Type | Graphs | Description |
---|---|---|
all | linked, flat | These are the dependencies of the project for all scopes. |
runtime | linked, flat | These dependencies are not required for compilation, but are for execution. They are in the runtime classpath (eg WEB-INF/lib) and test classpath, but not the compile classpath. |
Type | Graphs | Description |
---|---|---|
all | linked, flat | These are the dependencies of the project for all scopes. |
runtime | linked, flat | These dependencies are not required for compilation, but are for execution. They are in the runtime classpath (eg WEB-INF/lib) and test classpath, but not the compile classpath. |