Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
GroupId | ArtifactId | Version | Type | Licenses | Optional |
---|---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception | No |
junit | junit | 4.13.1 | jar | Eclipse Public License 1.0 | No |
org.junit.jupiter | junit-jupiter | 5.7.1 | jar | Eclipse Public License v2.0 | No |
org.mockito | mockito-core | 3.5.13 | jar | The MIT License | No |
org.apache.excalibur.component | excalibur-component | 2.2.1 | jar | The Apache Software License, Version 2.0 | Yes |
org.apache.fulcrum | fulcrum-yaafi | 1.0.8 | jar | Apache License, Version 2.0 | Yes |
org.apache.logging.log4j | log4j-1.2-api | 2.14.1 | jar | Apache License, Version 2.0 | Yes |
org.apache.logging.log4j | log4j-api | 2.14.1 | jar | Apache License, Version 2.0 | Yes |
org.apache.logging.log4j | log4j-core | 2.14.1 | jar | Apache License, Version 2.0 | Yes |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.junit.vintage | junit-vintage-engine | 5.7.1 | jar | Eclipse Public License v2.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to run the application:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.junit.jupiter | junit-jupiter-engine | 5.7.1 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.7.1 | jar | Eclipse Public License v2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.fulcrum:fulcrum-testcontainer:jar:1.0.10-SNAPSHOT
- junit:junit:jar:4.13.1 (compile)
- org.hamcrest:hamcrest-core:jar:1.3 (compile)
- org.hamcrest:hamcrest-core:jar:1.3 (compile)
- org.junit.jupiter:junit-jupiter:jar:5.7.1 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.1 (compile)
- org.opentest4j:opentest4j:jar:1.2.0 (compile)
- org.junit.platform:junit-platform-commons:jar:1.7.1 (compile)
- org.opentest4j:opentest4j:jar:1.2.0 (compile)
- org.junit.jupiter:junit-jupiter-params:jar:5.7.1 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.1 (runtime)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.1 (compile)
- org.junit.vintage:junit-vintage-engine:jar:5.7.1 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (compile)
- org.junit.platform:junit-platform-engine:jar:1.7.1 (runtime)
- org.apiguardian:apiguardian-api:jar:1.1.0 (compile)
- org.apache.fulcrum:fulcrum-yaafi:jar:1.0.8 (compile)
- org.apache.commons:commons-lang3:jar:3.8.1 (compile)
- commons-io:commons-io:jar:2.6 (compile)
- org.apache.avalon.framework:avalon-framework-api:jar:4.3.1 (compile)
- org.apache.avalon.framework:avalon-framework-impl:jar:4.3.1 (compile)
- org.apache.commons:commons-lang3:jar:3.8.1 (compile)
- javax.servlet:javax.servlet-api:jar:3.1.0 (compile)
- org.mockito:mockito-core:jar:3.5.13 (compile)
- net.bytebuddy:byte-buddy:jar:1.10.15 (compile)
- net.bytebuddy:byte-buddy-agent:jar:1.10.15 (compile)
- org.objenesis:objenesis:jar:3.1 (compile)
- net.bytebuddy:byte-buddy:jar:1.10.15 (compile)
- org.apache.excalibur.component:excalibur-component:jar:2.2.1 (compile)
- org.apache.excalibur.containerkit:excalibur-logger:jar:2.2.1 (compile)
- org.apache.avalon.logkit:avalon-logkit:jar:2.2.1 (compile)
- org.apache.excalibur.components:excalibur-pool-api:jar:2.2.1 (compile)
- org.apache.excalibur.components:excalibur-pool-impl:jar:2.2.1 (compile)
- commons-collections:commons-collections:jar:3.1 (compile)
- concurrent:concurrent:jar:1.3.4 (compile)
- commons-collections:commons-collections:jar:3.1 (compile)
- org.apache.excalibur.components:excalibur-pool-instrumented:jar:2.2.1 (compile)
- org.apache.excalibur.containerkit:excalibur-instrument-api:jar:2.2.1 (compile)
- org.apache.excalibur.containerkit:excalibur-instrument-mgr-impl:jar:2.2.1 (compile)
- org.apache.excalibur.containerkit:excalibur-instrument-mgr-api:jar:2.2.1 (compile)
- org.apache.excalibur.containerkit:excalibur-instrument-mgr-api:jar:2.2.1 (compile)
- org.apache.excalibur.containerkit:excalibur-logger:jar:2.2.1 (compile)
- org.apache.logging.log4j:log4j-api:jar:2.14.1 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.14.1 (compile)
- org.apache.logging.log4j:log4j-1.2-api:jar:2.14.1 (compile)
- junit:junit:jar:4.13.1 (compile)
Licenses
Public domain, Sun Microsoystems: Dough Lea's util.concurrent package
Unknown: commons-collections
Eclipse Public License 1.0: JUnit
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: mockito-core
Apache License, Version 2.0: Apache Commons IO, Apache Commons Lang, Apache Log4j 1.x Compatibility API, Apache Log4j API, Apache Log4j Core, Byte Buddy (without dependencies), Byte Buddy agent, Fulcrum Test Container, Fulcrum YAAFI, Objenesis
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
CDDL + GPLv2 with classpath exception: Java Servlet API
New BSD License: Hamcrest Core
The Apache Software License, Version 2.0: Avalon Framework API, Avalon Framework Implementation, Avalon Logkit, Excalibur Component Manager, Excalibur Instrument API, Excalibur Instrument Manager API, Excalibur Instrument Manager Implementation, Excalibur Logger, Excalibur Pool API, Excalibur Pool Implementation, Excalibur Pool Instrumented Implementation