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 |
---|---|---|---|---|
commons-io | commons-io | 2.11.0 | jar | Apache License, Version 2.0 |
org.bouncycastle | bcpkix-jdk15on | 1.70 | jar | Bouncy Castle Licence |
org.bouncycastle | bcprov-jdk15on | 1.70 | jar | Bouncy Castle Licence |
org.eclipse.jetty | jetty-server | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.eclipse.jetty | jetty-servlet | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.slf4j | slf4j-api | 1.7.36 | jar | MIT License |
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.apache.logging.log4j | log4j-slf4j-impl | 2.20.0 | jar | Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-engine | 5.9.2 | 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:
GroupId | ArtifactId | Version | Type | Licenses |
---|---|---|---|---|
javax.servlet | javax.servlet-api | 3.1.0 | jar | CDDL + GPLv2 with classpath exception |
org.bouncycastle | bcutil-jdk15on | 1.70 | jar | Bouncy Castle Licence |
org.eclipse.jetty | jetty-http | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.eclipse.jetty | jetty-io | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.eclipse.jetty | jetty-security | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.eclipse.jetty | jetty-util | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.0 |
org.eclipse.jetty | jetty-util-ajax | 9.4.51.v20230217 | jar | Apache Software License - Version 2.0Eclipse Public License - Version 1.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 | Type | Licenses |
---|---|---|---|---|
org.apache.logging.log4j | log4j-api | 2.20.0 | jar | Apache License, Version 2.0 |
org.apache.logging.log4j | log4j-core | 2.20.0 | jar | Apache License, Version 2.0 |
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-commons | 1.9.2 | jar | Eclipse Public License v2.0 |
org.junit.platform | junit-platform-engine | 1.9.2 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.2.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- be.fedict.jtrust:jtrust-testpki:jar:2.1.0
- org.slf4j:slf4j-api:jar:1.7.36 (compile)
- org.eclipse.jetty:jetty-servlet:jar:9.4.51.v20230217 (compile)
- org.eclipse.jetty:jetty-security:jar:9.4.51.v20230217 (compile)
- org.eclipse.jetty:jetty-util-ajax:jar:9.4.51.v20230217 (compile)
- org.eclipse.jetty:jetty-util:jar:9.4.51.v20230217 (compile)
- org.eclipse.jetty:jetty-server:jar:9.4.51.v20230217 (compile)
- javax.servlet:javax.servlet-api:jar:3.1.0 (compile)
- org.eclipse.jetty:jetty-http:jar:9.4.51.v20230217 (compile)
- org.eclipse.jetty:jetty-io:jar:9.4.51.v20230217 (compile)
- commons-io:commons-io:jar:2.11.0 (compile)
- org.bouncycastle:bcprov-jdk15on:jar:1.70 (compile)
- org.bouncycastle:bcpkix-jdk15on:jar:1.70 (compile)
- org.bouncycastle:bcutil-jdk15on:jar:1.70 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.9.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.2 (test)
- org.opentest4j:opentest4j:jar:1.2.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.9.2 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.9.2 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.junit.platform:junit-platform-engine:jar:1.9.2 (test)
- org.apache.logging.log4j:log4j-slf4j-impl:jar:2.20.0 (test)
- org.apache.logging.log4j:log4j-api:jar:2.20.0 (test)
- org.apache.logging.log4j:log4j-core:jar:2.20.0 (test)
Licenses
Apache Software License - Version 2.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utilities :: Ajax(JSON)
Eclipse Public License - Version 1.0: Jetty :: Http Utility, Jetty :: IO Utility, Jetty :: Security, Jetty :: Server Core, Jetty :: Servlet Handling, Jetty :: Utilities, Jetty :: Utilities :: Ajax(JSON)
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
GNU LESSER GENERAL PUBLIC LICENSE, Version 3: jTrust Test PKI
MIT License: SLF4J API Module
Apache License, Version 2.0: Apache Commons IO, Apache Log4j API, Apache Log4j Core, Apache Log4j SLF4J Binding
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API
CDDL + GPLv2 with classpath exception: Java Servlet API
Bouncy Castle Licence: Bouncy Castle ASN.1 Extension and Utility APIs, Bouncy Castle PKIX, CMS, EAC, TSP, PKCS, OCSP, CMP, and CRMF APIs, Bouncy Castle Provider
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
commons-io-2.11.0.jar | 327.1 kB | 224 | 201 | 11 | 1.8 | Yes |
javax.servlet-api-3.1.0.jar | 95.8 kB | 103 | 79 | 4 | 1.7 | Yes |
log4j-api-2.20.0.jar | 313.3 kB | 223 | 189 | 9 | - | Yes |
log4j-core-2.20.0.jar | 1.8 MB | 1305 | 1210 | 54 | 1.8 | Yes |
log4j-slf4j-impl-2.20.0.jar | 23.9 kB | 28 | 12 | 2 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | - | Yes |
bcpkix-jdk15on-1.70.jar | 963.7 kB | 862 | 804 | 51 | - | No |
bcprov-jdk15on-1.70.jar | 5.9 MB | 4576 | 3470 | 149 | - | Yes |
bcutil-jdk15on-1.70.jar | 482.5 kB | 443 | 414 | 21 | - | No |
jetty-http-9.4.51.v20230217.jar | 235.2 kB | 128 | 109 | 2 | 1.8 | Yes |
jetty-io-9.4.51.v20230217.jar | 183 kB | 127 | 111 | 3 | 1.8 | Yes |
jetty-security-9.4.51.v20230217.jar | 118.5 kB | 77 | 62 | 2 | 1.8 | Yes |
jetty-server-9.4.51.v20230217.jar | 736.9 kB | 380 | 357 | 8 | 1.8 | Yes |
jetty-servlet-9.4.51.v20230217.jar | 146.1 kB | 86 | 70 | 3 | 1.8 | Yes |
jetty-util-9.4.51.v20230217.jar | 583.6 kB | 354 | 327 | 12 | 1.8 | Yes |
jetty-util-ajax-9.4.51.v20230217.jar | 66.7 kB | 48 | 33 | 1 | 1.8 | Yes |
junit-jupiter-api-5.9.2.jar | 207.8 kB | 194 | 179 | 8 | - | Yes |
junit-jupiter-engine-5.9.2.jar | 246.6 kB | 151 | 134 | 9 | - | Yes |
junit-platform-commons-1.9.2.jar | 103 kB | 64 | 44 | 7 | - | Yes |
junit-platform-engine-1.9.2.jar | 189.2 kB | 143 | 127 | 9 | - | Yes |
opentest4j-1.2.0.jar | 7.7 kB | 11 | 7 | 2 | - | Yes |
slf4j-api-1.7.36.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
22 | 12.8 MB | 9582 | 7976 | 373 | 1.8 | 20 |
compile: 13 | compile: 9.8 MB | compile: 7454 | compile: 6071 | compile: 271 | - | compile: 11 |
test: 9 | test: 2.9 MB | test: 2128 | test: 1905 | test: 102 | - | test: 9 |