Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
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 |
---|---|---|---|---|
jakarta.faces | jakarta.faces-api | 4.1.2 | jar | EPL 2.0GPL2 w/ CPE |
jakarta.servlet | jakarta.servlet-api | 6.1.0 | jar | EPL 2.0GPL2 w/ CPE |
jakarta.xml.bind | jakarta.xml.bind-api | 4.0.2 | jar | Eclipse Distribution License - v 1.0 |
org.jcommander | jcommander | 2.0 | jar | Apache License, Version 2.0 |
org.slf4j | slf4j-simple | 2.0.17 | jar | MIT |
org.webjars | jquery | 3.7.1 | jar | MIT License |
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 |
---|---|---|---|---|
com.google.errorprone | error_prone_annotations | 2.37.0 | jar | Apache 2.0 |
com.google.j2objc | j2objc-annotations | 3.0.0 | jar | Apache License, Version 2.0 |
org.gaul | modernizer-maven-annotations | 3.1.0 | jar | The Apache Software License, Version 2.0 |
org.projectlombok | lombok | 1.18.38 | jar | The MIT License |
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:
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 |
---|---|---|---|---|
jakarta.activation | jakarta.activation-api | 2.1.3 | jar | EDL 1.0 |
Project Dependency Graph
Dependency Tree
- com.github.hazendaz.jmockit:jmockit:jar:1.56.1-SNAPSHOT
- org.junit.vintage:junit-vintage-engine:jar:5.12.2 (compile)
- org.junit.platform:junit-platform-engine:jar:1.12.2 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- org.junit.platform:junit-platform-commons:jar:1.12.2 (compile)
- org.opentest4j:opentest4j:jar:1.3.0 (compile)
- junit:junit:jar:4.13.2 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
- org.junit.platform:junit-platform-engine:jar:1.12.2 (compile)
- org.junit.jupiter:junit-jupiter-engine:jar:5.12.2 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.2 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.12.2 (compile)
- org.hamcrest:hamcrest:jar:3.0 (compile)
- org.testng:testng:jar:7.11.0 (compile)
- org.webjars:jquery:jar:3.7.1 (test)
- org.jcommander:jcommander:jar:2.0 (test)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
- org.slf4j:slf4j-simple:jar:2.0.17 (test)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:2.0.2 (compile)
- jakarta.el:jakarta.el-api:jar:3.0.3 (compile)
- jakarta.interceptor:jakarta.interceptor-api:jar:1.2.5 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:1.3.5 (compile)
- jakarta.ejb:jakarta.ejb-api:jar:3.2.6 (compile)
- jakarta.transaction:jakarta.transaction-api:jar:1.3.2 (compile)
- jakarta.transaction:jakarta.transaction-api:jar:1.3.2 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:1.3.5 (compile)
- jakarta.inject:jakarta.inject-api:jar:1.0 (compile)
- jakarta.el:jakarta.el-api:jar:3.0.3 (compile)
- jakarta.persistence:jakarta.persistence-api:jar:2.2.3 (compile)
- javax.servlet:javax.servlet-api:jar:4.0.1 (compile)
- jakarta.servlet:jakarta.servlet-api:jar:6.1.0 (test)
- jakarta.faces:jakarta.faces-api:jar:4.1.2 (test)
- jakarta.xml.bind:jakarta.xml.bind-api:jar:4.0.2 (test)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (test)
- jakarta.activation:jakarta.activation-api:jar:2.1.3 (test)
- org.springframework:spring-context:jar:6.2.6 (compile)
- org.springframework:spring-aop:jar:6.2.6 (compile)
- org.springframework:spring-beans:jar:6.2.6 (compile)
- org.springframework:spring-core:jar:6.2.6 (compile)
- org.springframework:spring-jcl:jar:6.2.6 (compile)
- org.springframework:spring-jcl:jar:6.2.6 (compile)
- org.springframework:spring-expression:jar:6.2.6 (compile)
- io.micrometer:micrometer-observation:jar:1.14.5 (compile)
- io.micrometer:micrometer-commons:jar:1.14.5 (compile)
- io.micrometer:micrometer-commons:jar:1.14.5 (compile)
- org.springframework:spring-aop:jar:6.2.6 (compile)
- org.springframework:spring-web:jar:6.2.6 (compile)
- org.objenesis:objenesis:jar:3.4 (compile)
- org.checkerframework:checker-qual:jar:3.49.2 (compile)
- com.github.spotbugs:spotbugs-annotations:jar:4.9.3 (compile)
- com.google.errorprone:error_prone_annotations:jar:2.37.0 (provided)
- com.google.j2objc:j2objc-annotations:jar:3.0.0 (provided)
- org.projectlombok:lombok:jar:1.18.38 (provided)
- org.gaul:modernizer-maven-annotations:jar:3.1.0 (provided)
- org.junit.vintage:junit-vintage-engine:jar:5.12.2 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Eclipse Public License 1.0: JUnit
Apache 2.0: error-prone annotations
BSD-3-Clause: Hamcrest
MIT License: jquery
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Platform Commons, JUnit Platform Engine API, JUnit Vintage Engine
Eclipse Distribution License v. 1.0: Jakarta Persistence API
GPL2 w/ CPE: Jakarta Annotations API, Jakarta Enterprise Beans, Jakarta Expression Language 3.0 API, Jakarta Faces, Jakarta Interceptors, Jakarta Servlet, javax.transaction API
GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1: SpotBugs Annotations
Eclipse Public License v. 2.0: Jakarta Persistence API
Apache License 2.0: Jakarta CDI
EDL 1.0: Jakarta Activation API
The MIT License: Checker Qual, Project Lombok, jmockit
Apache License, Version 2.0: J2ObjC Annotations, Objenesis, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring Web, jcommander, testng
MIT: SLF4J API Module, SLF4J Simple Provider
Eclipse Distribution License - v 1.0: Jakarta XML Binding API
EPL 2.0: Jakarta Annotations API, Jakarta Enterprise Beans, Jakarta Expression Language 3.0 API, Jakarta Faces, Jakarta Interceptors, Jakarta Servlet, javax.transaction API
CDDL + GPLv2 with classpath exception: Java Servlet API
The Apache Software License, Version 2.0: Jakarta Dependency Injection, Modernizer Maven Plugin annotations, micrometer-commons, micrometer-observation
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
spotbugs-annotations-4.9.3.jar | 16.2 kB | 32 | 25 | 1 | 11 | Yes |
error_prone_annotations-2.37.0.jar | 20.4 kB | 49 | - | - | - | - |
• Root | - | 42 | 29 | 2 | 1.8 | Yes |
• Versioned | - | 7 | 1 | 1 | 9 | No |
j2objc-annotations-3.0.0.jar | 12.5 kB | 31 | - | - | - | - |
• Root | - | 29 | 17 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jakarta.activation-api-2.1.3.jar | 66.5 kB | 60 | 46 | 3 | 1.8 | Yes |
jakarta.faces-api-4.1.2.jar | 724.1 kB | 556 | 503 | 23 | 17 | Yes |
jakarta.servlet-api-6.1.0.jar | 398.4 kB | 165 | 85 | 5 | 11 | Yes |
jakarta.xml.bind-api-4.0.2.jar | 131 kB | 138 | 115 | 7 | 11 | Yes |
checker-qual-3.49.2.jar | 238.2 kB | 453 | 380 | 33 | 1.8 | Yes |
modernizer-maven-annotations-3.1.0.jar | 3.3 kB | 14 | - | - | - | - |
• Root | - | 12 | 1 | 1 | 1.8 | No |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jcommander-2.0.jar | 94 kB | 85 | 75 | 6 | 11 | Yes |
objenesis-3.4.jar | 49.1 kB | 59 | 43 | 10 | 1.8 | Yes |
lombok-1.18.38.jar | 2.1 MB | 1082 | 178 | 13 | 1.6 | Yes |
slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
• Root | - | 69 | 55 | 4 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
slf4j-simple-2.0.17.jar | 15.7 kB | 22 | - | - | - | - |
• Root | - | 20 | 6 | 1 | 1.8 | Yes |
• Versioned | - | 2 | 1 | 1 | 9 | No |
jquery-3.7.1.jar | 307.9 kB | 18 | 0 | 0 | - | - |
micrometer-commons-1.14.5.jar | 47.9 kB | 50 | 36 | 6 | 1.8 | Yes |
micrometer-observation-1.14.5.jar | 75 kB | 74 | 59 | 6 | 1.8 | Yes |
jakarta.annotation-api-1.3.5.jar | 25.1 kB | 28 | 15 | 3 | 1.8 | Yes |
jakarta.ejb-api-3.2.6.jar | 63.7 kB | 105 | 87 | 4 | 1.6 | Yes |
jakarta.el-api-3.0.3.jar | 79.8 kB | 61 | 49 | 1 | 1.7 | Yes |
jakarta.enterprise.cdi-api-2.0.2.jar | 109.4 kB | 171 | 148 | 11 | 1.8 | Yes |
jakarta.inject-api-1.0.jar | 4.7 kB | 15 | 6 | 1 | 1.5 | No |
jakarta.interceptor-api-1.2.5.jar | 25 kB | 22 | 10 | 1 | 1.7 | Yes |
jakarta.persistence-api-2.2.3.jar | 164.4 kB | 227 | 207 | 4 | 1.8 | Yes |
jakarta.transaction-api-1.3.2.jar | 28.1 kB | 31 | 19 | 1 | 1.7 | Yes |
javax.servlet-api-4.0.1.jar | 95.5 kB | 109 | 85 | 4 | 1.8 | Yes |
junit-4.13.2.jar | 384.6 kB | 389 | 350 | 32 | 1.5 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
hamcrest-3.0.jar | 126.4 kB | 123 | 108 | 11 | 1.8 | Yes |
junit-jupiter-api-5.12.2.jar | 233.4 kB | 211 | 192 | 8 | 1.8 | Yes |
junit-jupiter-engine-5.12.2.jar | 292 kB | 171 | 150 | 9 | 1.8 | Yes |
junit-platform-commons-1.12.2.jar | 151.9 kB | 99 | - | - | - | - |
• Root | - | 88 | 69 | 9 | 1.8 | Yes |
• Versioned | - | 11 | 5 | 1 | 9 | Yes |
junit-platform-engine-1.12.2.jar | 255.8 kB | 184 | 161 | 10 | 1.8 | Yes |
junit-vintage-engine-5.12.2.jar | 77.4 kB | 56 | 38 | 6 | 1.8 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
spring-aop-6.2.6.jar | 419.8 kB | 321 | 289 | 17 | 17 | Yes |
spring-beans-6.2.6.jar | 885.9 kB | 482 | 451 | 13 | 17 | Yes |
spring-context-6.2.6.jar | 1.4 MB | 946 | 861 | 58 | 17 | Yes |
spring-core-6.2.6.jar | 2 MB | 1265 | - | - | - | - |
• Root | - | 1259 | 1184 | 59 | 17 | Yes |
• Versioned | - | 6 | 1 | 1 | 21 | Yes |
spring-expression-6.2.6.jar | 317.8 kB | 168 | 156 | 6 | 17 | Yes |
spring-jcl-6.2.6.jar | 24.5 kB | 26 | 15 | 2 | 17 | Yes |
spring-web-6.2.6.jar | 2.1 MB | 1321 | 1241 | 59 | 17 | Yes |
testng-7.11.0.jar | 991.7 kB | 595 | 548 | 25 | 11 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
43 | 14.5 MB | 10109 | 8104 | 480 | 17 | 40 |
compile: 32 | compile: 10.7 MB | compile: 7889 | compile: 7049 | compile: 418 | 17 | compile: 31 |
provided: 4 | provided: 2.1 MB | provided: 1176 | provided: 225 | provided: 17 | provided: 3 | |
test: 7 | test: 1.7 MB | test: 1044 | test: 830 | test: 45 | 17 | test: 6 |