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.glassfish.grizzly | grizzly-framework | 4.0.2 | jar | EPL-2.0 |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT |
| org.wrensecurity.commons | i18n-core | 23.0.0 | jar | CDDL-1.0 |
| org.wrensecurity.wrends | opendj-core | 5.1.1-SNAPSHOT | jar | CDDL-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 | Classifier | Type | Licenses |
|---|---|---|---|---|---|
| org.assertj | assertj-core | 3.27.7 | - | jar | Apache-2.0 |
| org.mockito | mockito-core | 5.23.0 | - | jar | MIT |
| org.slf4j | slf4j-jdk14 | 2.0.17 | - | jar | MIT |
| org.testng | testng | 7.8.0 | - | jar | Apache License, Version 2.0 |
| org.wrensecurity | wrensec-build-tools | 1.2.1 | - | jar | CDDL 1.0GNU LGPL 2.1 |
| org.wrensecurity.wrends | opendj-core | 5.1.1-SNAPSHOT | tests | test-jar | CDDL-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.
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.stephenc.jcip | jcip-annotations | 1.0-1 | jar | Apache License, Version 2.0 |
| io.reactivex.rxjava3 | rxjava | 3.1.12 | jar | The Apache Software License, Version 2.0 |
| org.reactivestreams | reactive-streams | 1.0.4 | jar | MIT-0 |
| org.wrensecurity.commons | forgerock-util | 23.0.0 | jar | CDDL-1.0 |
| org.wrensecurity.commons | i18n-slf4j | 23.0.0 | jar | CDDL-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 |
|---|---|---|---|---|
| com.beust | jcommander | 1.82 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy | 1.18.3 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy-agent | 1.17.7 | jar | Apache License, Version 2.0 |
| org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
| org.webjars | jquery | 3.6.1 | jar | MIT License |
Project Dependency Graph
Dependency Tree
- org.wrensecurity.wrends:opendj-grizzly:jar:5.1.1-SNAPSHOT
- org.glassfish.grizzly:grizzly-framework:jar:4.0.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.wrensecurity:wrensec-build-tools:jar:1.2.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.wrensecurity.commons:i18n-core:jar:23.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.wrensecurity.wrends:opendj-core:jar:5.1.1-SNAPSHOT (compile)
- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.reactivex.rxjava3:rxjava:jar:3.1.12 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.reactivestreams:reactive-streams:jar:1.0.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.wrensecurity.commons:forgerock-util:jar:23.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.wrensecurity.commons:i18n-slf4j:jar:23.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.github.stephenc.jcip:jcip-annotations:jar:1.0-1 (compile)
- org.wrensecurity.wrends:opendj-core:test-jar:tests:5.1.1-SNAPSHOT (test)
![[Information]](./images/icon_info_sml.gif)
- org.assertj:assertj-core:jar:3.27.7 (test)
- net.bytebuddy:byte-buddy:jar:1.18.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.18.3 (test)
- org.mockito:mockito-core:jar:5.23.0 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy-agent:jar:1.17.7 (test)
- org.slf4j:slf4j-jdk14:jar:2.0.17 (test)
![[Information]](./images/icon_info_sml.gif)
- org.testng:testng:jar:7.8.0 (test)
- com.beust:jcommander:jar:1.82 (test)
![[Information]](./images/icon_info_sml.gif)
- org.webjars:jquery:jar:3.6.1 (test)
![[Information]](./images/icon_info_sml.gif)
- com.beust:jcommander:jar:1.82 (test)
- org.glassfish.grizzly:grizzly-framework:jar:4.0.2 (compile)
Licenses
CDDL 1.0: Wren Security Common Maven Build Tools
MIT-0: reactive-streams
GNU LGPL 2.1: Wren Security Common Maven Build Tools
MIT License: jquery
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, JCIP Annotations under Apache License, Objenesis, jcommander, testng
Apache-2.0: AssertJ Core
MIT: SLF4J API Module, SLF4J JDK14 Provider, mockito-core
CDDL-1.0: Wren Security Commons Utility Classes - Utility Library, Wren Security I18N Core, Wren Security I18N SLF4J Support, Wren:DS Core APIs, Wren:DS Grizzly Transport Provider
EPL-2.0: grizzly-framework
The Apache Software License, Version 2.0: RxJava
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| jcommander-1.82.jar | 88.4 kB | 84 | 73 | 7 | 1.8 | Yes |
| jcip-annotations-1.0-1.jar | 4.7 kB | 14 | 4 | 1 | 1.5 | No |
| rxjava-3.1.12.jar | 2.7 MB | 1803 | - | - | - | - |
| • Root | - | 1801 | 1757 | 32 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| byte-buddy-1.18.3.jar | 9.2 MB | 6220 | - | - | - | - |
| • Root | - | 3100 | 3046 | 39 | 1.5 | Yes |
| • Versioned | - | 3090 | 3047 | 40 | 1.8 | Yes |
| • Versioned | - | 30 | 25 | 1 | 24 | Yes |
| byte-buddy-agent-1.17.7.jar | 366.2 kB | 170 | - | - | - | - |
| • Root | - | 91 | 72 | 2 | 1.5 | Yes |
| • Versioned | - | 79 | 73 | 3 | 1.8 | Yes |
| assertj-core-3.27.7.jar | 1.4 MB | 887 | - | - | - | - |
| • Root | - | 883 | 842 | 29 | 1.8 | Yes |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| grizzly-framework-4.0.2.jar | 842.6 kB | 588 | 552 | 24 | 11 | Yes |
| mockito-core-5.23.0.jar | 720.7 kB | 656 | 584 | 66 | 11 | Yes |
| objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
| reactive-streams-1.0.4.jar | 11.6 kB | 17 | 13 | 1 | 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-jdk14-2.0.17.jar | 10.6 kB | 20 | - | - | - | - |
| • Root | - | 18 | 4 | 1 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| testng-7.8.0.jar | 1 MB | 625 | 577 | 27 | 11 | Yes |
| jquery-3.6.1.jar | 314.6 kB | 18 | 0 | 0 | - | - |
| wrensec-build-tools-1.2.1.jar | 35.8 kB | 27 | 7 | 1 | 11 | Yes |
| forgerock-util-23.0.0.jar | 175 kB | 174 | 151 | 14 | 17 | Yes |
| i18n-core-23.0.0.jar | 24.4 kB | 30 | 20 | 1 | 17 | Yes |
| i18n-slf4j-23.0.0.jar | 17.1 kB | 15 | 4 | 1 | 17 | Yes |
| opendj-core-5.1.1-SNAPSHOT.jar | 1.6 MB | 979 | 933 | 15 | 17 | Yes |
| opendj-core-5.1.1-SNAPSHOT-tests.jar | 647.2 kB | - | - | - | - | - |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 20 | 19.3 MB | 12457 | 8737 | 275 | 17 | 17 |
| compile: 9 | compile: 5.4 MB | compile: 3691 | compile: 3489 | compile: 93 | 17 | compile: 8 |
| test: 11 | test: 13.9 MB | test: 8766 | test: 5248 | test: 182 | 11 | test: 9 |
