Project Dependency Graphs
direct
These are the dependencies declared in this project's pom
Type | Graphs | Description |
---|
all | linked, flat | These are the dependencies of the project for all scopes. |
compile | linked, flat | These dependencies are required for compilation. They are available in all classpaths of the project and are also propagated as transitive dependencies to projects that depend on this project |
test | linked, flat | These dependencies are only required to compile and run unit tests for the application |
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. |
transitive
These are the dependencies declared in this project's pom plus any transitive dependencies of those dependencies.
Type | Graphs | Description |
---|
all | linked, flat | These are the dependencies of the project for all scopes. |
compile | linked, flat | These dependencies are required for compilation. They are available in all classpaths of the project and are also propagated as transitive dependencies to projects that depend on this project |
test | linked, flat | These dependencies are only required to compile and run unit tests for the application |
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. |
kuali
Dependencies on Kuali projects
Type | Graphs | Description |
---|
direct | linked, flat | Direct dependencies on Kuali projects |
transitive | linked, flat | Transitive dependencies on Kuali projects |
student
Dependencies on Kuali Student
Type | Graphs | Description |
---|
direct | linked, flat | Direct dependencies on Kuali student |
transitive | linked, flat | Transitive dependencies on Kuali Student |
logging
Dependencies on logging libraries
Type | Graphs | Description |
---|
klog | linked, flat | Dependencies on slf4j + log4j |
jcl | linked, flat | Dependencies on Jakarta Commons Logging (JCL). These dependencies should be
excluded and replaced by jcl-over-slf4j |