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 | Optional |
|---|---|---|---|---|---|
| commons-beanutils | commons-beanutils | 1.11.0 | jar | Apache-2.0 | No |
| org.apache.commons | commons-lang3 | 3.19.0 | jar | Apache-2.0 | No |
| org.slf4j | jcl-over-slf4j | 2.0.17 | jar | Apache-2.0 | No |
| org.slf4j | slf4j-api | 2.0.17 | jar | MIT | No |
| com.fasterxml.jackson.core | jackson-databind | 2.20.1 | jar | The Apache Software License, Version 2.0 | Yes |
| com.fasterxml.jackson.dataformat | jackson-dataformat-yaml | 2.20.1 | jar | The Apache Software License, Version 2.0 | Yes |
| javax.validation | validation-api | 2.0.1.Final | jar | Apache License 2.0 | Yes |
| org.apache.commons | commons-configuration2 | 2.12.0 | jar | Apache-2.0 | Yes |
| org.apache.commons | commons-pool2 | 2.12.1 | jar | Apache-2.0 | Yes |
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 | Yes |
| org.springframework | spring-context | 5.3.39 | jar | Apache License, Version 2.0 | Yes |
| org.springframework.boot | spring-boot-autoconfigure | 2.7.18 | jar | Apache License, Version 2.0 | Yes |
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 |
|---|---|---|---|---|
| ch.qos.logback | logback-classic | 1.5.18 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
| org.assertj | assertj-core | 3.27.6 | jar | Apache-2.0 |
| org.awaitility | awaitility | 4.3.0 | jar | Apache 2.0 |
| org.junit-pioneer | junit-pioneer | 2.3.0 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter | 5.13.4 | jar | Eclipse Public License v2.0 |
| org.mockito | mockito-core | 5.20.0 | jar | MIT |
| org.springframework | spring-test | 5.3.39 | jar | Apache License, Version 2.0 |
| org.springframework.boot | spring-boot-test | 2.7.18 | jar | Apache License, Version 2.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 | Optional |
|---|---|---|---|---|---|
| commons-collections | commons-collections | 3.2.2 | jar | Apache License, Version 2.0 | No |
| org.springframework | spring-core | 5.3.39 | jar | Apache License, Version 2.0 | No |
| org.springframework | spring-jcl | 5.3.39 | jar | Apache License, Version 2.0 | No |
| org.springframework.boot | spring-boot | 2.7.18 | jar | Apache License, Version 2.0 | No |
| com.fasterxml.jackson.core | jackson-annotations | 2.20 | jar | The Apache Software License, Version 2.0 | Yes |
| com.fasterxml.jackson.core | jackson-core | 2.20.1 | jar | The Apache Software License, Version 2.0 | Yes |
| org.apache.commons | commons-text | 1.13.1 | jar | Apache-2.0 | Yes |
| org.springframework | spring-aop | 5.3.39 | jar | Apache License, Version 2.0 | Yes |
| org.springframework | spring-beans | 5.3.39 | jar | Apache License, Version 2.0 | Yes |
| org.springframework | spring-expression | 5.3.39 | jar | Apache License, Version 2.0 | Yes |
| org.yaml | snakeyaml | 2.4 | jar | Apache License, Version 2.0 | Yes |
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 |
|---|---|---|---|---|
| ch.qos.logback | logback-core | 1.5.18 | jar | Eclipse Public License - v 1.0GNU Lesser General Public License |
| net.bytebuddy | byte-buddy | 1.17.7 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy-agent | 1.17.7 | jar | Apache License, Version 2.0 |
| org.hamcrest | hamcrest | 2.1 | jar | BSD Licence 3 |
| org.junit.jupiter | junit-jupiter-api | 5.13.4 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-engine | 5.13.4 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 5.13.4 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 1.13.4 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 1.13.4 | jar | Eclipse Public License v2.0 |
| org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- dev.orne:orne-config:jar:1.0.0
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:jcl-over-slf4j:jar:2.0.17 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-lang3:jar:3.19.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-beanutils:commons-beanutils:jar:1.11.0 (compile)
- commons-collections:commons-collections:jar:3.2.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-collections:commons-collections:jar:3.2.2 (compile)
- org.apiguardian:apiguardian-api:jar:1.1.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- javax.validation:validation-api:jar:2.0.1.Final (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-pool2:jar:2.12.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-configuration2:jar:2.12.0 (compile)
- org.apache.commons:commons-text:jar:1.13.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.apache.commons:commons-text:jar:1.13.1 (compile)
- com.fasterxml.jackson.core:jackson-databind:jar:2.20.1 (compile)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.20 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-core:jar:2.20.1 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.20 (compile)
- com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:jar:2.20.1 (compile)
- org.yaml:snakeyaml:jar:2.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.yaml:snakeyaml:jar:2.4 (compile)
- org.springframework:spring-context:jar:5.3.39 (compile)
- org.springframework:spring-aop:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-beans:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-core:jar:5.3.39 (compile)
- org.springframework:spring-jcl:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-jcl:jar:5.3.39 (compile)
- org.springframework:spring-expression:jar:5.3.39 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-aop:jar:5.3.39 (compile)
- org.springframework.boot:spring-boot-autoconfigure:jar:2.7.18 (compile)
- org.springframework.boot:spring-boot:jar:2.7.18 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework.boot:spring-boot:jar:2.7.18 (compile)
- ch.qos.logback:logback-classic:jar:1.5.18 (test)
- ch.qos.logback:logback-core:jar:1.5.18 (test)
![[Information]](./images/icon_info_sml.gif)
- ch.qos.logback:logback-core:jar:1.5.18 (test)
- org.junit.jupiter:junit-jupiter:jar:5.13.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.4 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:1.13.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:5.13.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:5.13.4 (test)
- org.junit.platform:junit-platform-engine:jar:1.13.4 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:1.13.4 (test)
- org.junit.jupiter:junit-jupiter-api:jar:5.13.4 (test)
- org.junit-pioneer:junit-pioneer:jar:2.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.mockito:mockito-core:jar:5.20.0 (test)
- net.bytebuddy:byte-buddy:jar:1.17.7 (test)
![[Information]](./images/icon_info_sml.gif)
- 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:jar:1.17.7 (test)
- org.awaitility:awaitility:jar:4.3.0 (test)
- org.hamcrest:hamcrest:jar:2.1 (test)
![[Information]](./images/icon_info_sml.gif)
- org.hamcrest:hamcrest:jar:2.1 (test)
- org.springframework:spring-test:jar:5.3.39 (test)
![[Information]](./images/icon_info_sml.gif)
- org.springframework.boot:spring-boot-test:jar:2.7.18 (test)
![[Information]](./images/icon_info_sml.gif)
- org.assertj:assertj-core:jar:3.27.6 (test)
![[Information]](./images/icon_info_sml.gif)
- org.slf4j:slf4j-api:jar:2.0.17 (compile)
Licenses
The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
Apache License 2.0: Bean Validation API
Apache 2.0: Awaitility
Apache-2.0: Apache Commons BeanUtils, Apache Commons Configuration, Apache Commons Lang, Apache Commons Pool, Apache Commons Text, AssertJ Core, JCL 1.2 implemented over SLF4J
Apache License, Version 2.0: Apache Commons Collections, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, SnakeYAML, Spring AOP, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, spring-boot, spring-boot-autoconfigure, spring-boot-test
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API, junit-pioneer
MIT: SLF4J API Module, mockito-core
GNU Lesser General Public License (LGPL) version 3.0: Orne Config
GNU Lesser General Public License: Logback Classic Module, Logback Core Module
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, Jackson-dataformat-YAML, jackson-databind
BSD Licence 3: Hamcrest
Eclipse Public License - v 1.0: Logback Classic Module, Logback Core Module
Dependency File Details
| Filename | Size | Entries | Classes | Packages | Java Version | Debug Information |
|---|---|---|---|---|---|---|
| logback-classic-1.5.18.jar | 306.8 kB | 242 | 189 | 29 | 11 | Yes |
| logback-core-1.5.18.jar | 627.2 kB | 531 | - | - | - | - |
| • Root | - | 524 | 472 | 41 | 11 | Yes |
| • Versioned | - | 7 | 1 | 1 | 21 | Yes |
| commons-beanutils-1.11.0.jar | 246.8 kB | 152 | - | - | - | - |
| • Root | - | 151 | 134 | 5 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| commons-collections-3.2.2.jar | 588.3 kB | 484 | 460 | 12 | 1.3 | Yes |
| byte-buddy-1.17.7.jar | 9 MB | 6066 | - | - | - | - |
| • Root | - | 3023 | 2970 | 38 | 1.5 | Yes |
| • Versioned | - | 3013 | 2971 | 39 | 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 |
| commons-lang3-3.19.0.jar | 709.1 kB | 451 | - | - | - | - |
| • Root | - | 449 | 418 | 18 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| assertj-core-3.27.6.jar | 1.4 MB | 887 | - | - | - | - |
| • Root | - | 883 | 842 | 29 | 1.8 | Yes |
| • Versioned | - | 4 | 1 | 1 | 9 | No |
| awaitility-4.3.0.jar | 97.6 kB | 92 | 76 | 8 | 1.8 | Yes |
| hamcrest-2.1.jar | 123.1 kB | 122 | 108 | 11 | 1.7 | Yes |
| junit-pioneer-2.3.0.jar | 197.5 kB | 172 | 154 | 11 | 11 | Yes |
| junit-jupiter-5.13.4.jar | 6.4 kB | 5 | 1 | 1 | 9 | No |
| junit-jupiter-api-5.13.4.jar | 240.2 kB | 216 | 201 | 8 | 1.8 | Yes |
| junit-jupiter-engine-5.13.4.jar | 341.1 kB | 178 | 161 | 9 | 1.8 | Yes |
| junit-jupiter-params-5.13.4.jar | 660.8 kB | 431 | 397 | 22 | 1.8 | Yes |
| junit-platform-commons-1.13.4.jar | 158.5 kB | 100 | - | - | - | - |
| • Root | - | 89 | 74 | 9 | 1.8 | Yes |
| • Versioned | - | 11 | 5 | 1 | 9 | Yes |
| junit-platform-engine-1.13.4.jar | 268.6 kB | 189 | 170 | 10 | 1.8 | Yes |
| mockito-core-5.20.0.jar | 710.5 kB | 648 | 576 | 66 | 11 | Yes |
| objenesis-3.3.jar | 49.4 kB | 59 | 43 | 10 | 1.8 | Yes |
| opentest4j-1.3.0.jar | 14.3 kB | 15 | 9 | 2 | 1.6 | Yes |
| jcl-over-slf4j-2.0.17.jar | 18.4 kB | 26 | - | - | - | - |
| • Root | - | 24 | 8 | 2 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| slf4j-api-2.0.17.jar | 69.9 kB | 71 | - | - | - | - |
| • Root | - | 69 | 55 | 4 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| spring-core-5.3.39.jar | 1.5 MB | 1037 | 978 | 49 | 1.8 | Yes |
| spring-jcl-5.3.39.jar | 25.2 kB | 28 | 17 | 2 | 1.8 | Yes |
| spring-test-5.3.39.jar | 792.4 kB | 562 | 507 | 40 | 1.8 | Yes |
| spring-boot-2.7.18.jar | 1.5 MB | 1056 | 932 | 79 | 1.8 | Yes |
| spring-boot-test-2.7.18.jar | 239.4 kB | 182 | 149 | 17 | 1.8 | Yes |
| jackson-annotations-2.20.jar | 79.2 kB | 87 | 74 | 2 | 1.8 | Yes |
| jackson-core-2.20.1.jar | 593.2 kB | 286 | - | - | - | - |
| • Root | - | 250 | 213 | 16 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| • Versioned | - | 12 | 3 | 1 | 11 | Yes |
| • Versioned | - | 11 | 2 | 1 | 17 | Yes |
| • Versioned | - | 11 | 2 | 1 | 21 | Yes |
| jackson-databind-2.20.1.jar | 1.7 MB | 848 | - | - | - | - |
| • Root | - | 846 | 808 | 23 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| jackson-dataformat-yaml-2.20.1.jar | 60.1 kB | 46 | - | - | - | - |
| • Root | - | 44 | 23 | 3 | 1.8 | Yes |
| • Versioned | - | 2 | 1 | 1 | 9 | No |
| validation-api-2.0.1.Final.jar | 93.1 kB | 163 | 143 | 9 | 1.8 | Yes |
| commons-configuration2-2.12.0.jar | 673.9 kB | 425 | - | - | - | - |
| • Root | - | 424 | 392 | 18 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| commons-pool2-2.12.1.jar | 152.3 kB | 98 | - | - | - | - |
| • Root | - | 97 | 82 | 3 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| commons-text-1.13.1.jar | 259.1 kB | 185 | - | - | - | - |
| • Root | - | 184 | 164 | 8 | 1.8 | Yes |
| • Versioned | - | 1 | 1 | 1 | 9 | No |
| apiguardian-api-1.1.2.jar | 6.8 kB | 9 | 3 | 2 | 1.6 | Yes |
| spring-aop-5.3.39.jar | 385.3 kB | 308 | 279 | 17 | 1.8 | Yes |
| spring-beans-5.3.39.jar | 706.7 kB | 422 | 392 | 13 | 1.8 | Yes |
| spring-context-5.3.39.jar | 1.3 MB | 979 | 892 | 64 | 1.8 | Yes |
| spring-expression-5.3.39.jar | 294.2 kB | 164 | 150 | 6 | 1.8 | Yes |
| spring-boot-autoconfigure-2.7.18.jar | 1.7 MB | 1359 | 1231 | 107 | 1.8 | Yes |
| snakeyaml-2.4.jar | 339.8 kB | 281 | - | - | - | - |
| • Root | - | 273 | 234 | 22 | 1.8 | Yes |
| • Versioned | - | 8 | 3 | 2 | 9 | Yes |
| Total | Size | Entries | Classes | Packages | Java Version | Debug Information |
| 42 | 28.5 MB | 19832 | 15253 | 847 | 11 | 41 |
| compile: 23 | compile: 12.9 MB | compile: 8965 | compile: 8082 | compile: 484 | 1.8 | compile: 23 |
| test: 19 | test: 15.6 MB | test: 10867 | test: 7171 | test: 363 | 11 | test: 18 |
