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 |
---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.17.1 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.17.1 | jar | Apache License, Version 2.0 |
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 | Classifier | Type | Licenses |
---|---|---|---|---|---|
org.apache.logging.log4j | log4j-core | 2.17.1 | tests | test-jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.7.2 | - | jar | Eclipse Public License v2.0 |
org.junit.vintage | junit-vintage-engine | 5.7.2 | - | jar | Eclipse Public License v2.0 |
org.mockito | mockito-core | 3.11.2 | - | jar | The MIT License |
org.springframework | spring-test | 5.3.13 | - | jar | Apache License, Version 2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.0.1 | jar | CDDL + GPLv2 with classpath exception |
org.apache.tomcat | tomcat-catalina | 8.5.20 | jar | Apache License, Version 2.0 |
org.eclipse.jetty | jetty-util | 8.2.0.v20160908 | jar | Apache Software License - Version 2.0-Eclipse Public License - Version 1.0 |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
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 |
---|---|---|---|---|
junit | junit | 4.13.2 | jar | Eclipse Public License 1.0 |
net.bytebuddy | byte-buddy | 1.11.3 | jar | Apache License, Version 2.0 |
net.bytebuddy | byte-buddy-agent | 1.11.3 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.0 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest-core | 1.3 | jar | New BSD License |
org.junit.jupiter | junit-jupiter-api | 5.7.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.7.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.7.2 | jar | Eclipse Public License v2.0 |
org.objenesis | objenesis | 3.2 | jar | Apache License, Version 2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
org.springframework | spring-core | 5.3.13 | jar | Apache License, Version 2.0 |
org.springframework | spring-jcl | 5.3.13 | jar | Apache License, Version 2.0 |
provided
The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
org.apache.tomcat | tomcat-api | 8.5.20 | jar | Apache License, Version 2.0 |
org.apache.tomcat | tomcat-coyote | 8.5.20 | jar | Apache License, Version 2.0 |
org.apache.tomcat | tomcat-jaspic-api | 8.5.20 | jar | Apache License, Version 2.0 |
org.apache.tomcat | tomcat-jni | 8.5.20 | jar | Apache License, Version 2.0 |
org.apache.tomcat | tomcat-juli | 8.5.20 | jar | Apache License, Version 2.0 |
org.apache.tomcat | tomcat-servlet-api | 8.5.20 | jar | http://www.apache.org/licenses/LICENSE-2.0.txt and http://www.opensource.org/licenses/cddl1.txt |
org.apache.tomcat | tomcat-util | 8.5.20 | jar | Apache License, Version 2.0 |
org.apache.tomcat | tomcat-util-scan | 8.5.20 | jar | Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.apache.logging.log4j:log4j-appserver:jar:2.17.1
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
- org.apache.logging.log4j:log4j-core:jar:2.17.1 (compile)
- javax.servlet:javax.servlet-api:jar:3.0.1 (provided)
- org.apache.tomcat:tomcat-catalina:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-servlet-api:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-juli:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-api:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-jni:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-coyote:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-util:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-util-scan:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-jaspic-api:jar:8.5.20 (provided)
- org.apache.tomcat:tomcat-servlet-api:jar:8.5.20 (provided)
- org.eclipse.jetty:jetty-util:jar:8.2.0.v20160908 (provided)
- org.apache.logging.log4j:log4j-core:test-jar:tests:2.17.1 (test)
- org.junit.vintage:junit-vintage-engine:jar:5.7.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.platform:junit-platform-engine:jar:1.7.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.7.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- junit:junit:jar:4.13.2 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.hamcrest:hamcrest-core:jar:1.3 (test)
- org.apiguardian:apiguardian-api:jar:1.1.0 (test)
- org.junit.jupiter:junit-jupiter-engine:jar:5.7.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.7.2 (test)
- org.springframework:spring-test:jar:5.3.13 (test)
- org.springframework:spring-core:jar:5.3.13 (test)
- org.springframework:spring-jcl:jar:5.3.13 (test)
- org.springframework:spring-jcl:jar:5.3.13 (test)
- org.springframework:spring-core:jar:5.3.13 (test)
- org.mockito:mockito-core:jar:3.11.2 (test)
- net.bytebuddy:byte-buddy:jar:1.11.3 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.11.3 (test)
- org.objenesis:objenesis:jar:3.2 (test)
- net.bytebuddy:byte-buddy:jar:1.11.3 (test)
- org.apache.logging.log4j:log4j-api:jar:2.17.1 (compile)
Licenses
Apache License, Version 2.0 and Common Development And Distribution License (CDDL) Version 1.0: tomcat-servlet-api
Apache Software License - Version 2.0: Jetty :: Utilities
Eclipse Public License - Version 1.0: Jetty :: Utilities
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
The MIT License: mockito-core
Apache License, Version 2.0: Apache Log4j API, Apache Log4j App Server Support, Apache Log4j Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, Spring Commons Logging Bridge, Spring Core, Spring TestContext Framework, tomcat-api, tomcat-catalina, tomcat-coyote, tomcat-jaspic-api, tomcat-jni, tomcat-juli, tomcat-util, tomcat-util-scan
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
CDDL + GPLv2 with classpath exception: Java Servlet API
New BSD License: Hamcrest Core
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
javax.servlet-api-3.0.1.jar | 85.4 kB | 94 | 74 | 4 | 1.5 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
byte-buddy-1.11.3.jar | 3.6 MB | 2565 | 2508 | 37 | 1.6 | Yes |
byte-buddy-agent-1.11.3.jar | 251.2 kB | 81 | 62 | 1 | 1.5 | Yes |
log4j-api-2.17.1.jar | 301.8 kB | 211 | 176 | 8 | - | Yes |
log4j-core-2.17.1.jar | 1.8 MB | 1220 | 1127 | 52 | 1.8 | Yes |
log4j-core-2.17.1-tests.jar | 1.7 MB | - | - | - | - | - |
tomcat-api-8.5.20.jar | 10.6 kB | 18 | 11 | 1 | 1.7 | Yes |
tomcat-catalina-8.5.20.jar | 1.6 MB | 777 | 697 | 30 | 1.7 | Yes |
tomcat-coyote-8.5.20.jar | 780.3 kB | 422 | 377 | 22 | 1.7 | Yes |
tomcat-jaspic-api-8.5.20.jar | 26.9 kB | 47 | 36 | 4 | 1.7 | Yes |
tomcat-jni-8.5.20.jar | 33.9 kB | 44 | 36 | 1 | 1.7 | Yes |
tomcat-juli-8.5.20.jar | 48.1 kB | 39 | 31 | 2 | 1.7 | Yes |
tomcat-servlet-api-8.5.20.jar | 244.1 kB | 127 | 82 | 4 | 1.7 | Yes |
tomcat-util-8.5.20.jar | 135 kB | 105 | 82 | 10 | 1.7 | Yes |
tomcat-util-scan-8.5.20.jar | 204.6 kB | 134 | 114 | 6 | 1.7 | Yes |
apiguardian-api-1.1.0.jar | 2.4 kB | 8 | 2 | 1 | 1.6 | Yes |
jetty-util-8.2.0.v20160908.jar | 288.2 kB | 174 | 152 | 10 | 1.7 | Yes |
hamcrest-core-1.3.jar | 45 kB | 52 | 45 | 3 | 1.5 | Yes |
junit-jupiter-api-5.7.2.jar | 175.6 kB | 168 | 152 | 7 | 1.8 | Yes |
junit-jupiter-engine-5.7.2.jar | 212.9 kB | 131 | 113 | 8 | 1.8 | Yes |
junit-platform-commons-1.7.2.jar | 100 kB | 63 | 42 | 6 | - | Yes |
junit-platform-engine-1.7.2.jar | 181.4 kB | 141 | 124 | 8 | 1.8 | Yes |
junit-vintage-engine-5.7.2.jar | 64.3 kB | 47 | 32 | 5 | 1.8 | Yes |
mockito-core-3.11.2.jar | 671.4 kB | 664 | 591 | 65 | 1.8 | Yes |
objenesis-3.2.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 6 | 1 | 1.6 | Yes |
spring-core-5.3.13.jar | 1.5 MB | 1035 | 976 | 49 | 1.8 | Yes |
spring-jcl-5.3.13.jar | 24.4 kB | 28 | 17 | 2 | 1.8 | Yes |
spring-test-5.3.13.jar | 786.7 kB | 559 | 504 | 40 | 1.8 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
30 | 15.3 MB | 9413 | 8562 | 429 | 1.8 | 29 |
compile: 2 | compile: 2.1 MB | compile: 1431 | compile: 1303 | compile: 60 | - | compile: 2 |
test: 17 | test: 9.7 MB | test: 6001 | test: 5567 | test: 275 | - | test: 16 |
provided: 11 | provided: 3.5 MB | provided: 1981 | provided: 1692 | provided: 94 | - | provided: 11 |
Dependency Repository Locations
Repo ID | URL | Release | Snapshot |
---|---|---|---|
thirdparty | http://repository.nextiva.xyz:8081/nexus/content/repositories/thirdparty | Yes | No |
central | https://repo.maven.apache.org/maven2 | Yes | No |
apache.snapshots.https | http://repository.nextiva.xyz:8081/nexus/content/repositories/apache-snapshots/ | Yes | Yes |
snapshots | http://repository.nextiva.xyz:8081/nexus/content/repositories/snapshots | Yes | Yes |
glassfish-repository | http://download.java.net/maven/glassfish | Yes | Yes |
jvnet-nexus-snapshots | https://maven.java.net/content/repositories/snapshots | No | Yes |
releases | http://repository.nextiva.xyz:8081/nexus/content/repositories/releases | Yes | No |
apache.snapshots | https://repository.apache.org/snapshots | No | Yes |
Repository locations for each of the Dependencies.
Artifact | NextivaThirdparty | NextivaCentral | NextivaApacheSnapshots | NextivaSnapshots | glassfish-repository | jvnet-nexus-snapshots | releases | apache.snapshots |
---|---|---|---|---|---|---|---|---|
javax.servlet:javax.servlet-api:jar:3.0.1 | - | ![]() |
- | - | - | - | - | - |
junit:junit:jar:4.13.2 | - | ![]() |
- | - | - | - | - | - |
net.bytebuddy:byte-buddy:jar:1.11.3 | - | ![]() |
- | - | - | - | - | - |
net.bytebuddy:byte-buddy-agent:jar:1.11.3 | - | ![]() |
- | - | - | - | - | - |
org.apache.logging.log4j:log4j-api:jar:2.17.1 | - | - | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:jar:2.17.1 | - | - | - | - | - | - | - | - |
org.apache.logging.log4j:log4j-core:test-jar:tests:2.17.1 | - | - | - | - | - | - | - | - |
org.apache.tomcat:tomcat-api:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-catalina:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-coyote:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-jaspic-api:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-jni:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-juli:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-servlet-api:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-util:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apache.tomcat:tomcat-util-scan:jar:8.5.20 | - | ![]() |
- | - | - | - | - | - |
org.apiguardian:apiguardian-api:jar:1.1.0 | - | ![]() |
- | - | - | - | - | - |
org.eclipse.jetty:jetty-util:jar:8.2.0.v20160908 | - | ![]() |
- | - | - | - | - | - |
org.hamcrest:hamcrest-core:jar:1.3 | - | ![]() |
- | - | - | - | - | - |
org.junit.jupiter:junit-jupiter-api:jar:5.7.2 | - | ![]() |
- | - | - | - | - | - |
org.junit.jupiter:junit-jupiter-engine:jar:5.7.2 | - | ![]() |
- | - | - | - | - | - |
org.junit.platform:junit-platform-commons:jar:1.7.2 | - | ![]() |
- | - | - | - | - | - |
org.junit.platform:junit-platform-engine:jar:1.7.2 | - | ![]() |
- | - | - | - | - | - |
org.junit.vintage:junit-vintage-engine:jar:5.7.2 | - | ![]() |
- | - | - | - | - | - |
org.mockito:mockito-core:jar:3.11.2 | - | ![]() |
- | - | - | - | - | - |
org.objenesis:objenesis:jar:3.2 | - | ![]() |
- | - | - | - | - | - |
org.opentest4j:opentest4j:jar:1.2.0 | - | ![]() |
- | - | - | - | - | - |
org.springframework:spring-core:jar:5.3.13 | - | ![]() |
- | - | - | - | - | - |
org.springframework:spring-jcl:jar:5.3.13 | - | ![]() |
- | - | - | - | - | - |
org.springframework:spring-test:jar:5.3.13 | - | ![]() |
- | - | - | - | - | - |
Total | NextivaThirdparty | NextivaCentral | NextivaApacheSnapshots | NextivaSnapshots | glassfish-repository | jvnet-nexus-snapshots | releases | apache.snapshots |
30 (compile: 2, test: 17, provided: 11) | 0 | 27 | 0 | 0 | 0 | 0 | 0 | 0 |