Project Dependency Graphs

direct

These are the dependencies declared in this project's pom

TypeGraphsDescription
alllinkedflatThese are the dependencies of the project for all scopes.
compilelinkedflatThese 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
testlinkedflatThese dependencies are only required to compile and run unit tests for the application
providedlinkedflatSimilar to compile, but with the expectation that the JDK or a container will provide the dependency at runtime. These dependencies are only available on the compilation and test classpaths, and are not transitive.
systemlinkedflatThis scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact must always be available and is not looked up in a repository.

transitive

These are the dependencies declared in this project's pom plus any transitive dependencies of those dependencies.

TypeGraphsDescription
alllinkedflatThese are the dependencies of the project for all scopes.
compilelinkedflatThese 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
testlinkedflatThese dependencies are only required to compile and run unit tests for the application
providedlinkedflatSimilar to compile, but with the expectation that the JDK or a container will provide the dependency at runtime. These dependencies are only available on the compilation and test classpaths, and are not transitive.
systemlinkedflatThis scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact must always be available and is not looked up in a repository.

kuali

Dependencies on Kuali projects

TypeGraphsDescription
directlinkedflatDirect dependencies on Kuali projects
transitivelinkedflatTransitive dependencies on Kuali projects

rice

Dependencies on Kuali Rice

TypeGraphsDescription
directlinkedflatDirect dependencies on Kuali Rice
transitivelinkedflatTransitive dependencies on Kuali Rice

logging

Dependencies on logging libraries

TypeGraphsDescription
kloglinkedflatDependencies on slf4j + log4j