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.springframework spring-tx 6.2.7 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter 3.4.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-web 3.4.6 jar Apache License, Version 2.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.springframework.boot spring-boot-starter-test 3.4.6 jar Apache License, Version 2.0

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
org.projectlombok lombok 1.18.34 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:

GroupId ArtifactId Version Type Licenses
ch.qos.logback logback-classic 1.5.18 jar Eclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logback logback-core 1.5.18 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.fasterxml.jackson.core jackson-annotations 2.18.4 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.18.4 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.18.0 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.module jackson-module-parameter-names 2.18.4 jar The Apache Software License, Version 2.0
io.micrometer micrometer-commons 1.14.7 jar The Apache Software License, Version 2.0
io.micrometer micrometer-observation 1.14.7 jar The Apache Software License, Version 2.0
jakarta.annotation jakarta.annotation-api 2.1.1 jar EPL 2.0GPL2 w/ CPE
org.apache.logging.log4j log4j-api 2.24.3 jar Apache-2.0
org.apache.logging.log4j log4j-to-slf4j 2.24.3 jar Apache-2.0
org.apache.tomcat.embed tomcat-embed-core 10.1.41 jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-el 10.1.41 jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-websocket 10.1.41 jar Apache License, Version 2.0
org.slf4j jul-to-slf4j 2.0.17 jar MIT
org.slf4j slf4j-api 2.0.1 jar MIT License
org.springframework spring-aop 6.2.7 jar Apache License, Version 2.0
org.springframework spring-beans 6.2.7 jar Apache License, Version 2.0
org.springframework spring-context 6.2.7 jar Apache License, Version 2.0
org.springframework spring-core 6.2.7 jar Apache License, Version 2.0
org.springframework spring-expression 6.2.7 jar Apache License, Version 2.0
org.springframework spring-jcl 6.2.7 jar Apache License, Version 2.0
org.springframework spring-web 6.2.7 jar Apache License, Version 2.0
org.springframework spring-webmvc 6.2.7 jar Apache License, Version 2.0
org.springframework.boot spring-boot 3.4.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-autoconfigure 3.4.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-json 3.4.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-logging 3.4.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-tomcat 3.4.6 jar Apache License, Version 2.0
org.yaml snakeyaml 2.3 jar Apache License, Version 2.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.jayway.jsonpath json-path 2.9.0 jar The Apache Software License, Version 2.0
com.vaadin.external.google android-json 0.0.20131108.vaadin1 jar Apache License 2.0
jakarta.activation jakarta.activation-api 2.1.3 jar EDL 1.0
jakarta.xml.bind jakarta.xml.bind-api 4.0.2 jar Eclipse Distribution License - v 1.0
net.bytebuddy byte-buddy 1.15.11 jar Apache License, Version 2.0
net.bytebuddy byte-buddy-agent 1.15.11 jar Apache License, Version 2.0
net.minidev accessors-smart 2.5.2 jar The Apache Software License, Version 2.0
net.minidev json-smart 2.5.2 jar The Apache Software License, Version 2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.assertj assertj-core 3.26.3 jar Apache License, Version 2.0
org.awaitility awaitility 4.2.2 jar Apache 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.junit.jupiter junit-jupiter 5.12.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-api 5.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.11.4 jar Eclipse Public License v2.0
org.mockito mockito-core 3.12.4 jar The MIT License
org.mockito mockito-junit-jupiter 5.14.2 jar MIT
org.objenesis objenesis 3.2 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0
org.ow2.asm asm 9.7.1 jar BSD-3-Clause
org.skyscreamer jsonassert 1.5.3 jar The Apache Software License, Version 2.0
org.springframework spring-test 6.2.7 jar Apache License, Version 2.0
org.springframework.boot spring-boot-test 3.4.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-test-autoconfigure 3.4.6 jar Apache License, Version 2.0
org.xmlunit xmlunit-core 2.10.1 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache 2.0: Awaitility

The Apache License, Version 2.0: org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: SLF4J API Module

BSD-3-Clause: asm

BSD License 3: Hamcrest

Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

GPL2 w/ CPE: Jakarta Annotations API

GNU Lesser General Public License: Logback Classic Module, Logback Core Module

EDL 1.0: Jakarta Activation API

Apache License 2.0: JSON library from Android SDK

The MIT License: Project Lombok, mockito-core

Apache License, Version 2.0: AssertJ Core, Byte Buddy (without dependencies), Byte Buddy agent, Objenesis, SnakeYAML, Spring AOP, Spring Based Adapters, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Expression Language (SpEL), Spring TestContext Framework, Spring Transaction, Spring Web, Spring Web MVC, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-json, spring-boot-starter-logging, spring-boot-starter-test, spring-boot-starter-tomcat, spring-boot-starter-web, spring-boot-test, spring-boot-test-autoconfigure, tomcat-embed-core, tomcat-embed-el, tomcat-embed-websocket

Apache-2.0: Apache Log4j API, Log4j API to SLF4J Adapter

MIT: JUL to SLF4J bridge, mockito-junit-jupiter

Eclipse Distribution License - v 1.0: Jakarta XML Binding API

EPL 2.0: Jakarta Annotations API

The Apache Software License, Version 2.0: ASM based accessors helper used by json-smart, JSON Small and Fast Parser, JSONassert, Jackson datatype: JSR310, Jackson datatype: jdk8, Jackson-annotations, Jackson-module-parameter-names, json-path, micrometer-commons, micrometer-observation, org.xmlunit:xmlunit-core

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
jackson-annotations-2.18.4.jar 78.5 kB 87 74 2 1.6 Yes
jackson-datatype-jdk8-2.18.4.jar 36.2 kB 41 - - - -
   • Root - 39 22 1 1.8 Yes
   • Versioned - 2 1 1 9 No
jackson-datatype-jsr310-2.18.0.jar 131.5 kB 84 - - - -
   • Root - 83 62 6 1.8 Yes
   • Versioned - 1 1 1 9 No
jackson-module-parameter-names-2.18.4.jar 10.3 kB 23 - - - -
   • Root - 21 4 1 1.8 Yes
   • Versioned - 2 1 1 9 No
json-path-2.9.0.jar 276.6 kB 221 203 13 1.8 Yes
android-json-0.0.20131108.vaadin1.jar 18.3 kB 12 8 1 1.5 Yes
micrometer-commons-1.14.7.jar 47.9 kB 50 36 6 1.8 Yes
micrometer-observation-1.14.7.jar 75 kB 74 59 6 1.8 Yes
jakarta.activation-api-2.1.3.jar 66.5 kB 60 46 3 1.8 Yes
jakarta.annotation-api-2.1.1.jar 26.1 kB 31 18 4 1.8 Yes
jakarta.xml.bind-api-4.0.2.jar 131 kB 138 115 7 11 Yes
byte-buddy-1.15.11.jar 8.5 MB 5890 - - - -
   • Root - 2950 2897 38 1.5 Yes
   • Versioned - 2940 2898 39 1.8 Yes
byte-buddy-agent-1.15.11.jar 365.4 kB 170 - - - -
   • Root - 91 72 2 1.5 Yes
   • Versioned - 79 73 3 1.8 Yes
accessors-smart-2.5.2.jar 30.4 kB 24 13 2 1.8 Yes
json-smart-2.5.2.jar 122.4 kB 107 93 5 1.8 Yes
log4j-api-2.24.3.jar 348.5 kB 247 - - - -
   • Root - 236 209 11 1.8 Yes
   • Versioned - 11 4 2 9 Yes
log4j-to-slf4j-2.24.3.jar 23.8 kB 26 10 2 1.8 Yes
tomcat-embed-core-10.1.41.jar 3.6 MB 1660 1525 79 11 Yes
tomcat-embed-el-10.1.41.jar 265.9 kB 164 155 7 11 Yes
tomcat-embed-websocket-10.1.41.jar 281.7 kB 189 177 6 11 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes
assertj-core-3.26.3.jar 1.4 MB 882 - - - -
   • Root - 878 839 27 1.8 Yes
   • Versioned - 4 1 1 9 No
awaitility-4.2.2.jar 97.2 kB 93 77 8 1.8 Yes
hamcrest-2.2.jar 123.4 kB 122 108 11 1.7 Yes
junit-jupiter-5.12.2.jar 6.4 kB 5 1 1 9 No
junit-jupiter-api-5.11.4.jar 216.4 kB 197 182 8 1.8 Yes
junit-jupiter-engine-5.11.4.jar 260.1 kB 152 135 9 1.8 Yes
junit-jupiter-params-5.11.4.jar 591.6 kB 388 354 22 1.8 Yes
junit-platform-commons-1.11.4.jar 142 kB 88 - - - -
   • Root - 78 64 8 1.8 Yes
   • Versioned - 10 4 1 9 Yes
junit-platform-engine-1.11.4.jar 246.8 kB 177 158 10 1.8 Yes
mockito-core-3.12.4.jar 682.3 kB 670 596 66 1.8 Yes
mockito-junit-jupiter-5.14.2.jar 8.9 kB 13 5 2 11 Yes
objenesis-3.2.jar 49.4 kB 59 43 10 1.8 Yes
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes
asm-9.7.1.jar 126.1 kB 45 39 3 1.5 Yes
lombok-1.18.34.jar 2.1 MB 1083 178 13 1.6 Yes
jsonassert-1.5.3.jar 31.1 kB 32 20 3 1.8 Yes
jul-to-slf4j-2.0.17.jar 6.3 kB 15 - - - -
   • Root - 13 1 1 1.8 Yes
   • Versioned - 2 1 1 9 No
slf4j-api-2.0.1.jar 61.4 kB 66 - - - -
   • Root - 64 51 4 1.8 Yes
   • Versioned - 2 1 1 9 No
spring-aop-6.2.7.jar 419.8 kB 321 289 17 17 Yes
spring-beans-6.2.7.jar 886.4 kB 482 451 13 17 Yes
spring-context-6.2.7.jar 1.4 MB 944 862 58 17 Yes
spring-core-6.2.7.jar 2 MB 1265 - - - -
   • Root - 1259 1184 59 17 Yes
   • Versioned - 6 1 1 21 Yes
spring-expression-6.2.7.jar 317.8 kB 168 156 6 17 Yes
spring-jcl-6.2.7.jar 24.5 kB 26 15 2 17 Yes
spring-test-6.2.7.jar 1 MB 682 613 49 17 Yes
spring-tx-6.2.7.jar 285.4 kB 238 208 13 17 Yes
spring-web-6.2.7.jar 2.1 MB 1321 1241 59 17 Yes
spring-webmvc-6.2.7.jar 1.1 MB 590 546 27 17 Yes
spring-boot-3.4.6.jar 1.8 MB 1198 1066 84 17 Yes
spring-boot-autoconfigure-3.4.6.jar 2 MB 1562 1427 112 17 Yes
spring-boot-starter-3.4.6.jar 4.8 kB 4 0 0 - -
spring-boot-starter-json-3.4.6.jar 4.7 kB 4 0 0 - -
spring-boot-starter-logging-3.4.6.jar 4.8 kB 4 0 0 - -
spring-boot-starter-test-3.4.6.jar 4.8 kB 4 0 0 - -
spring-boot-starter-tomcat-3.4.6.jar 4.8 kB 4 0 0 - -
spring-boot-starter-web-3.4.6.jar 4.8 kB 4 0 0 - -
spring-boot-test-3.4.6.jar 253.7 kB 177 144 18 17 Yes
spring-boot-test-autoconfigure-3.4.6.jar 227 kB 261 187 26 17 Yes
xmlunit-core-2.10.1.jar 176 kB 183 166 9 1.7 Yes
snakeyaml-2.3.jar 342.2 kB 284 - - - -
   • Root - 276 235 23 1.7 Yes
   • Versioned - 8 3 2 9 Yes
Total Size Entries Classes Packages Java Version Debug Information
63 35.8 MB 23908 18112 1057 17 56
compile: 33 compile: 18.5 MB compile: 11949 compile: 10744 compile: 679 17 compile: 28
provided: 1 provided: 2.1 MB provided: 1083 provided: 178 provided: 13 provided: 1
test: 29 test: 15.2 MB test: 10876 test: 7190 test: 365 17 test: 27