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 |
---|---|---|---|---|
com.github.jonasrutishauser | cdi-test-api | 1.1.2 | jar | GNU LGPL 3 |
org.glassfish | jakarta.enterprise.concurrent | 2.0.0 | jar | EPL 2.0GPL2 w/ CPE |
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 |
---|---|---|---|---|
com.github.jonasrutishauser | cdi-test-jndi | 1.1.2 | jar | GNU LGPL 3 |
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.awaitility | awaitility | 4.2.0 | jar | Apache 2.0 |
org.junit.jupiter | junit-jupiter-api | 5.10.0 | 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 |
---|---|---|---|---|
jakarta.annotation | jakarta.annotation-api | 2.0.0 | jar | EPL 2.0GPL2 w/ CPE |
jakarta.el | jakarta.el-api | 4.0.0 | jar | Eclipse Public License v. 2.0GNU General Public License, version 2 with the GNU Classpath Exception |
jakarta.enterprise | jakarta.enterprise.cdi-api | 3.0.0 | jar | Apache License 2.0 |
jakarta.enterprise.concurrent | jakarta.enterprise.concurrent-api | 2.0.0 | jar | EPL 2.0GPL2 w/ CPE |
jakarta.inject | jakarta.inject-api | 2.0.0 | jar | The Apache Software License, Version 2.0 |
jakarta.interceptor | jakarta.interceptor-api | 2.0.0 | jar | EPL 2.0GPL2 w/ CPE |
runtime
The following is a list of runtime dependencies for this project. These dependencies are required to 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 |
---|---|---|---|---|
org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
org.hamcrest | hamcrest | 2.1 | jar | BSD Licence 3 |
org.junit.platform | junit-platform-commons | 1.10.0 | jar | Eclipse Public License v2.0 |
org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- com.github.jonasrutishauser:cdi-test-concurrency:jar:1.1.2
- com.github.jonasrutishauser:cdi-test-api:jar:1.1.2 (compile)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 (compile)
- jakarta.el:jakarta.el-api:jar:4.0.0 (compile)
- jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 (compile)
- jakarta.annotation:jakarta.annotation-api:jar:2.0.0 (compile)
- jakarta.inject:jakarta.inject-api:jar:2.0.0 (compile)
- jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 (compile)
- com.github.jonasrutishauser:cdi-test-jndi:jar:1.1.2 (runtime)
- com.github.jonasrutishauser:cdi-test-core:jar:1.1.2 (runtime)
- org.jboss.weld.se:weld-se-core:jar:4.0.3.Final (runtime)
- org.jboss.weld.environment:weld-environment-common:jar:4.0.3.Final (runtime)
- org.jboss.weld:weld-core-impl:jar:4.0.3.Final (runtime)
- org.jboss.weld:weld-api:jar:4.0.SP1 (runtime)
- org.jboss.weld:weld-spi:jar:4.0.SP1 (runtime)
- org.jboss.logging:jboss-logging:jar:3.5.0.Final (runtime)
- org.jboss.weld:weld-core-impl:jar:4.0.3.Final (runtime)
- org.jboss.weld.probe:weld-probe-core:jar:4.0.3.Final (runtime)
- org.jboss.classfilewriter:jboss-classfilewriter:jar:1.2.5.Final (runtime)
- org.jboss.weld.environment:weld-environment-common:jar:4.0.3.Final (runtime)
- org.jboss.weld.se:weld-se-core:jar:4.0.3.Final (runtime)
- com.github.h-thurow:simple-jndi:jar:0.23.0 (runtime)
- org.slf4j:slf4j-api:jar:1.7.21 (runtime)
- commons-io:commons-io:jar:2.5 (runtime)
- org.jetbrains:annotations:jar:13.0 (runtime)
- commons-lang:commons-lang:jar:2.6 (runtime)
- com.github.jonasrutishauser:cdi-test-core:jar:1.1.2 (runtime)
- org.glassfish:jakarta.enterprise.concurrent:jar:2.0.0 (compile)
- jakarta.enterprise.concurrent:jakarta.enterprise.concurrent-api:jar:2.0.0 (compile)
- org.junit.jupiter:junit-jupiter-api:jar:5.10.0 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.platform:junit-platform-commons:jar:1.10.0 (test)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
- org.awaitility:awaitility:jar:4.2.0 (test)
- org.hamcrest:hamcrest:jar:2.1 (test)
- com.github.jonasrutishauser:cdi-test-api:jar:1.1.2 (compile)
Licenses
Apache License, version 2.0: JBoss Logging 3, classfilewriter
Unnamed: com.github.h-thurow:simple-jndi
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache 2.0: Awaitility
MIT License: SLF4J API Module
Eclipse Public License v2.0: JUnit Jupiter API, JUnit Platform Commons
GPL2 w/ CPE: Jakarta Annotations API, Jakarta Interceptors, jakarta.enterprise.concurrent-api, org.glassfish.jakarta.enterprise.concurrent
BSD Licence 3: Hamcrest
Eclipse Public License v. 2.0: Jakarta Expression Language API
Apache License 2.0: CDI APIs
GNU General Public License, version 2 with the GNU Classpath Exception: Jakarta Expression Language API
Apache License, Version 2.0: Apache Commons IO, Weld APIs, Weld Environment Common, Weld Implementation (Core), Weld Probe Core, Weld SE (Core), Weld SPIs for container integration
EPL 2.0: Jakarta Annotations API, Jakarta Interceptors, jakarta.enterprise.concurrent-api, org.glassfish.jakarta.enterprise.concurrent
GNU LGPL 3: CDI Test API, CDI Test Concurrency, CDI Test Implementation, CDI Test JNDI
The Apache Software License, Version 2.0: Commons Lang, IntelliJ IDEA Annotations, Jakarta Dependency Injection
Dependency File Details
Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
---|---|---|---|---|---|---|
simple-jndi-0.23.0.jar | 69.1 kB | 48 | 34 | 6 | 1.7 | Yes |
cdi-test-api-1.1.2.jar | 9.8 kB | 22 | 7 | 3 | 11 | Yes |
cdi-test-core-1.1.2.jar | 36.7 kB | 36 | 19 | 3 | 11 | Yes |
cdi-test-jndi-1.1.2.jar | 13.5 kB | 22 | 6 | 1 | 11 | Yes |
commons-io-2.5.jar | 208.7 kB | 142 | 123 | 7 | 1.6 | Yes |
commons-lang-2.6.jar | 284.2 kB | 155 | 133 | 10 | 1.3 | Yes |
jakarta.annotation-api-2.0.0.jar | 25.4 kB | 29 | 16 | 4 | 1.8 | Yes |
jakarta.el-api-4.0.0.jar | 80.6 kB | 61 | 49 | 1 | 1.8 | Yes |
jakarta.enterprise.cdi-api-3.0.0.jar | 119.3 kB | 174 | 148 | 11 | 1.8 | Yes |
jakarta.enterprise.concurrent-api-2.0.0.jar | 26.6 kB | 27 | 15 | 1 | 1.8 | Yes |
jakarta.inject-api-2.0.0.jar | 10.1 kB | 17 | 6 | 1 | 1.5 | No |
jakarta.interceptor-api-2.0.0.jar | 24.6 kB | 22 | 10 | 1 | 1.8 | Yes |
apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
awaitility-4.2.0.jar | 95.8 kB | 92 | 76 | 8 | 1.8 | Yes |
jakarta.enterprise.concurrent-2.0.0.jar | 53.8 kB | 42 | 29 | 3 | 1.8 | Yes |
hamcrest-2.1.jar | 123.1 kB | 122 | 108 | 11 | 1.7 | Yes |
jboss-classfilewriter-1.2.5.Final.jar | 120.4 kB | 90 | 75 | 6 | 1.8 | Yes |
jboss-logging-3.5.0.Final.jar | 62.6 kB | 47 | 35 | 2 | 11 | Yes |
weld-api-4.0.SP1.jar | 32.6 kB | 68 | 42 | 12 | 1.8 | Yes |
weld-core-impl-4.0.3.Final.jar | 1.7 MB | 1190 | - | - | - | - |
• Root | - | 1181 | 1106 | 60 | 1.8 | Yes |
• Versioned | - | 9 | 2 | 1 | 11 | Yes |
weld-spi-4.0.SP1.jar | 84.9 kB | 153 | 107 | 23 | 1.8 | Yes |
weld-environment-common-4.0.3.Final.jar | 86.7 kB | 73 | 53 | 6 | 1.8 | Yes |
weld-probe-core-4.0.3.Final.jar | 817.9 kB | 123 | 86 | 1 | 1.8 | Yes |
weld-se-core-4.0.3.Final.jar | 72.5 kB | 71 | 45 | 8 | 1.8 | Yes |
annotations-13.0.jar | 17.5 kB | 45 | 32 | 2 | 1.5 | Yes |
junit-jupiter-api-5.10.0.jar | 211 kB | 197 | 182 | 8 | 1.8 | Yes |
junit-platform-commons-1.10.0.jar | 106.2 kB | 64 | - | - | - | - |
• Root | - | 56 | 43 | 7 | 1.8 | Yes |
• Versioned | - | 8 | 2 | 1 | 9 | Yes |
opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
slf4j-api-1.7.21.jar | 41.1 kB | 46 | 34 | 4 | 1.5 | Yes |
Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
29 | 4.5 MB | 3202 | 2631 | 214 | 11 | 28 |
compile: 8 | compile: 350.1 kB | compile: 394 | compile: 280 | compile: 25 | 11 | compile: 7 |
runtime: 15 | runtime: 3.6 MB | runtime: 2309 | runtime: 1930 | runtime: 151 | runtime: 15 | |
test: 6 | test: 557.2 kB | test: 499 | test: 421 | test: 38 | 1.8 | test: 6 |