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.projectlombok lombok 1.18.24 jar The MIT License
org.springframework.boot spring-boot-starter-data-jpa 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-validation 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-web 3.0.2 jar Apache License, Version 2.0

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.mysql mysql-connector-j 8.0.32 jar The GNU General Public License, v2 with Universal FOSS Exception, v1.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.h2database h2 2.1.214 jar MPL 2.0EPL 1.0
org.junit.jupiter junit-jupiter-engine 5.8.1 jar Eclipse Public License v2.0
org.mockito mockito-core 4.6.1 jar The MIT License
org.springframework.boot spring-boot-starter-test 3.0.2 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
ch.qos.logback logback-classic 1.4.5 jar Eclipse Public License - v 1.0GNU Lesser General Public License
ch.qos.logback logback-core 1.4.5 jar Eclipse Public License - v 1.0GNU Lesser General Public License
com.fasterxml classmate 1.5.1 jar Apache License, Version 2.0
com.fasterxml.jackson.core jackson-annotations 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-core 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.core jackson-databind 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jdk8 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.datatype jackson-datatype-jsr310 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.module jackson-module-parameter-names 2.14.1 jar The Apache Software License, Version 2.0
com.zaxxer HikariCP 5.0.1 jar The Apache Software License, Version 2.0
io.micrometer micrometer-commons 1.10.3 jar The Apache Software License, Version 2.0
io.micrometer micrometer-observation 1.10.3 jar The Apache Software License, Version 2.0
jakarta.annotation jakarta.annotation-api 2.1.1 jar EPL 2.0GPL2 w/ CPE
jakarta.persistence jakarta.persistence-api 3.1.0 jar Eclipse Public License v. 2.0Eclipse Distribution License v. 1.0
jakarta.transaction jakarta.transaction-api 2.0.1 jar EPL 2.0GPL2 w/ CPE
jakarta.validation jakarta.validation-api 3.0.2 jar Apache License 2.0
org.apache.logging.log4j log4j-api 2.19.0 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-to-slf4j 2.19.0 jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-core 10.1.5 jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-el 10.1.5 jar Apache License, Version 2.0
org.apache.tomcat.embed tomcat-embed-websocket 10.1.5 jar Apache License, Version 2.0
org.aspectj aspectjweaver 1.9.19 jar Eclipse Public License - v 2.0
org.hibernate.orm hibernate-core 6.1.6.Final jar GNU Library General Public License v2.1 or later
org.hibernate.validator hibernate-validator 8.0.0.Final jar Apache License 2.0
org.jboss.logging jboss-logging 3.5.0.Final jar Apache License, version 2.0
org.slf4j jul-to-slf4j 2.0.6 jar MIT License
org.slf4j slf4j-api 2.0.6 jar MIT License
org.springframework spring-aop 6.0.4 jar Apache License, Version 2.0
org.springframework spring-aspects 6.0.4 jar Apache License, Version 2.0
org.springframework spring-beans 6.0.4 jar Apache License, Version 2.0
org.springframework spring-context 6.0.4 jar Apache License, Version 2.0
org.springframework spring-core 6.0.4 jar Apache License, Version 2.0
org.springframework spring-expression 6.0.4 jar Apache License, Version 2.0
org.springframework spring-jcl 6.0.4 jar Apache License, Version 2.0
org.springframework spring-jdbc 6.0.4 jar Apache License, Version 2.0
org.springframework spring-orm 6.0.4 jar Apache License, Version 2.0
org.springframework spring-tx 6.0.4 jar Apache License, Version 2.0
org.springframework spring-web 6.0.4 jar Apache License, Version 2.0
org.springframework spring-webmvc 6.0.4 jar Apache License, Version 2.0
org.springframework.boot spring-boot 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-autoconfigure 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-aop 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-jdbc 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-json 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-logging 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-tomcat 3.0.2 jar Apache License, Version 2.0
org.springframework.data spring-data-commons 3.0.1 jar Apache License, Version 2.0
org.springframework.data spring-data-jpa 3.0.1 jar Apache License, Version 2.0
org.yaml snakeyaml 1.33 jar Apache License, Version 2.0

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.sun.istack istack-commons-runtime 4.1.1 jar Eclipse Distribution License - v 1.0
jakarta.activation jakarta.activation-api 2.1.1 jar EDL 1.0
jakarta.inject jakarta.inject-api 2.0.0 jar The Apache Software License, Version 2.0
jakarta.xml.bind jakarta.xml.bind-api 4.0.0 jar Eclipse Distribution License - v 1.0
net.bytebuddy byte-buddy 1.12.22 jar Apache License, Version 2.0
org.antlr antlr4-runtime 4.10.1 jar The BSD License
org.eclipse.angus angus-activation 1.0.0 jar EDL 1.0
org.glassfish.jaxb jaxb-core 4.0.1 jar Eclipse Distribution License - v 1.0
org.glassfish.jaxb jaxb-runtime 4.0.1 jar Eclipse Distribution License - v 1.0
org.glassfish.jaxb txw2 4.0.1 jar Eclipse Distribution License - v 1.0
org.hibernate.common hibernate-commons-annotations 6.0.2.Final jar GNU Library General Public License v2.1 or later
org.jboss jandex 2.4.2.Final 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.7.0 jar The Apache Software License, Version 2.0
com.vaadin.external.google android-json 0.0.20131108.vaadin1 jar Apache License 2.0
net.bytebuddy byte-buddy-agent 1.12.22 jar Apache License, Version 2.0
net.minidev accessors-smart 2.4.8 jar The Apache Software License, Version 2.0
net.minidev json-smart 2.4.8 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.23.1 jar Apache License, Version 2.0
org.hamcrest hamcrest 2.2 jar BSD License 3
org.junit.jupiter junit-jupiter 5.9.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-api 5.9.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.9.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.9.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.9.2 jar Eclipse Public License v2.0
org.mockito mockito-junit-jupiter 4.8.1 jar The MIT License
org.objenesis objenesis 3.2 jar Apache License, Version 2.0
org.opentest4j opentest4j 1.2.0 jar The Apache License, Version 2.0
org.ow2.asm asm 9.1 jar BSD-3-Clause
org.skyscreamer jsonassert 1.5.1 jar The Apache Software License, Version 2.0
org.springframework spring-test 6.0.4 jar Apache License, Version 2.0
org.springframework.boot spring-boot-test 3.0.2 jar Apache License, Version 2.0
org.springframework.boot spring-boot-test-autoconfigure 3.0.2 jar Apache License, Version 2.0
org.xmlunit xmlunit-core 2.9.1 jar The Apache Software License, Version 2.0

Project Dependency Graph

Dependency Tree

Licenses

Apache License, version 2.0: JBoss Logging 3

The BSD License: ANTLR 4 Runtime

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

MIT License: JUL to SLF4J bridge, SLF4J API Module

BSD-3-Clause: asm

BSD License 3: Hamcrest

Eclipse Distribution License v. 1.0: Jakarta Persistence API

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

GNU Library General Public License v2.1 or later: Hibernate Commons Annotations, Hibernate ORM - hibernate-core

GPL2 w/ CPE: Jakarta Annotations API, jakarta.transaction API

The GNU General Public License, v2 with Universal FOSS Exception, v1.0: MySQL Connector/J

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

Eclipse Public License v. 2.0: Jakarta Persistence API

EDL 1.0: Angus Activation Registries, Jakarta Activation API

Apache License 2.0: Hibernate Validator Engine, JSON library from Android SDK, Jakarta Bean Validation API

The MIT License: Project Lombok, mockito-core, mockito-junit-jupiter

Apache License, Version 2.0: Apache Log4j API, Apache Log4j to SLF4J Adapter, AssertJ fluent assertions, Byte Buddy (without dependencies), Byte Buddy agent, ClassMate, Java Annotation Indexer, Objenesis, SnakeYAML, Spring AOP, Spring Aspects, Spring Beans, Spring Commons Logging Bridge, Spring Context, Spring Core, Spring Data Core, Spring Data JPA, Spring Expression Language (SpEL), Spring JDBC, Spring Object/Relational Mapping, Spring TestContext Framework, Spring Transaction, Spring Web, Spring Web MVC, TPAE, spring-boot, spring-boot-autoconfigure, spring-boot-starter, spring-boot-starter-aop, spring-boot-starter-data-jpa, spring-boot-starter-jdbc, spring-boot-starter-json, spring-boot-starter-logging, spring-boot-starter-test, spring-boot-starter-tomcat, spring-boot-starter-validation, spring-boot-starter-web, spring-boot-test, spring-boot-test-autoconfigure, tomcat-embed-core, tomcat-embed-el, tomcat-embed-websocket

Eclipse Distribution License - v 1.0: JAXB Core, JAXB Runtime, Jakarta XML Binding API, TXW2 Runtime, istack common utility code runtime

EPL 2.0: Jakarta Annotations API, jakarta.transaction API

EPL 1.0: H2 Database Engine

Eclipse Public License - v 2.0: AspectJ Weaver

MPL 2.0: H2 Database Engine

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

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.4.5.jar 266.1 kB 225 173 27 11 Yes
logback-core-1.4.5.jar 577.5 kB 498 446 42 11 Yes
classmate-1.5.1.jar 67.8 kB 55 40 5 9 Yes
jackson-annotations-2.14.1.jar 76.1 kB 85 73 2 9 Yes
jackson-core-2.14.1.jar 459.3 kB 191 161 15 9 Yes
jackson-databind-2.14.1.jar 1.6 MB 808 769 24 9 Yes
jackson-datatype-jdk8-2.14.1.jar 35.2 kB 39 23 2 9 Yes
jackson-datatype-jsr310-2.14.1.jar 122 kB 81 59 7 9 Yes
jackson-module-parameter-names-2.14.1.jar 9.5 kB 21 5 2 9 Yes
h2-2.1.214.jar 2.5 MB 1031 1026 58 10 Yes
json-path-2.7.0.jar 271.2 kB 214 197 12 1.8 Yes
mysql-connector-j-8.0.32.jar 2.5 MB 1117 1065 29 1.8 Yes
istack-commons-runtime-4.1.1.jar 26.1 kB 36 24 4 11 Yes
android-json-0.0.20131108.vaadin1.jar 18.3 kB 12 8 1 1.5 Yes
HikariCP-5.0.1.jar 161.9 kB 95 76 9 11 Yes
micrometer-commons-1.10.3.jar 39.7 kB 42 29 5 1.8 Yes
micrometer-observation-1.10.3.jar 65.7 kB 69 54 6 1.8 Yes
jakarta.activation-api-2.1.1.jar 66.7 kB 61 47 3 9 Yes
jakarta.annotation-api-2.1.1.jar 26.1 kB 31 18 4 9 Yes
jakarta.inject-api-2.0.0.jar 10.1 kB 17 6 1 1.5 No
jakarta.persistence-api-3.1.0.jar 165.2 kB 226 207 5 11 Yes
jakarta.transaction-api-2.0.1.jar 28.6 kB 32 20 2 11 Yes
jakarta.validation-api-3.0.2.jar 93.3 kB 161 144 10 9 Yes
jakarta.xml.bind-api-4.0.0.jar 127.1 kB 132 109 7 11 Yes
byte-buddy-1.12.22.jar 3.9 MB 2744 2690 39 9 Yes
byte-buddy-agent-1.12.22.jar 256.7 kB 90 70 3 9 Yes
accessors-smart-2.4.8.jar 29.5 kB 24 13 2 1.8 Yes
json-smart-2.4.8.jar 119.5 kB 107 93 5 1.8 Yes
antlr4-runtime-4.10.1.jar 322.1 kB 230 213 7 1.8 Yes
log4j-api-2.19.0.jar 317.6 kB 224 189 9 9 Yes
log4j-to-slf4j-2.19.0.jar 18.6 kB 24 8 1 1.8 Yes
tomcat-embed-core-10.1.5.jar 3.4 MB 1577 1442 79 11 Yes
tomcat-embed-el-10.1.5.jar 257.8 kB 164 154 7 11 Yes
tomcat-embed-websocket-10.1.5.jar 276.8 kB 191 178 6 11 Yes
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 9 Yes
aspectjweaver-1.9.19.jar 2.1 MB 1023 970 36 1.8 Yes
assertj-core-3.23.1.jar 1.2 MB 819 780 26 9 Yes
angus-activation-1.0.0.jar 20.7 kB 25 9 2 9 Yes
jaxb-core-4.0.1.jar 140.7 kB 158 107 18 11 Yes
jaxb-runtime-4.0.1.jar 918.4 kB 673 539 19 11 Yes
txw2-4.0.1.jar 74.3 kB 72 57 4 11 Yes
hamcrest-2.2.jar 123.4 kB 122 108 11 1.7 Yes
hibernate-commons-annotations-6.0.2.Final.jar 66.8 kB 69 59 5 11 Yes
hibernate-core-6.1.6.Final.jar 9.8 MB 6354 5938 323 11 Yes
hibernate-validator-8.0.0.Final.jar 1.3 MB 1035 903 84 11 Yes
jandex-2.4.2.Final.jar 230.8 kB 125 115 1 1.6 Yes
jboss-logging-3.5.0.Final.jar 62.6 kB 47 35 2 11 Yes
junit-jupiter-5.9.2.jar 6.4 kB 5 1 1 9 No
junit-jupiter-api-5.9.2.jar 207.8 kB 194 179 8 9 Yes
junit-jupiter-engine-5.8.1.jar 229.7 kB 140 123 9 9 Yes
junit-jupiter-params-5.9.2.jar 579.8 kB 377 343 22 9 Yes
junit-platform-commons-1.9.2.jar 103 kB 64 44 7 9 Yes
junit-platform-engine-1.9.2.jar 189.2 kB 143 127 9 9 Yes
mockito-core-4.6.1.jar 663.3 kB 639 567 64 1.8 Yes
mockito-junit-jupiter-4.8.1.jar 5.4 kB 9 2 1 1.8 Yes
objenesis-3.2.jar 49.4 kB 59 43 10 1.8 Yes
opentest4j-1.2.0.jar 7.7 kB 11 7 2 9 Yes
asm-9.1.jar 121.8 kB 44 38 3 9 Yes
lombok-1.18.24.jar 2 MB 1045 168 13 9 Yes
jsonassert-1.5.1.jar 30.5 kB 32 20 3 1.6 Yes
jul-to-slf4j-2.0.6.jar 4.9 kB 11 1 1 1.8 Yes
slf4j-api-2.0.6.jar 62.5 kB 66 52 5 9 Yes
spring-aop-6.0.4.jar 397 kB 305 273 17 17 Yes
spring-aspects-6.0.4.jar 48 kB 47 28 5 17 Yes
spring-beans-6.0.4.jar 842 kB 473 442 13 17 Yes
spring-context-6.0.4.jar 1.2 MB 866 782 57 17 Yes
spring-core-6.0.4.jar 1.8 MB 1160 1086 59 17 Yes
spring-expression-6.0.4.jar 291.8 kB 159 147 6 17 Yes
spring-jcl-6.0.4.jar 23.5 kB 26 15 2 17 Yes
spring-jdbc-6.0.4.jar 429.9 kB 311 279 17 17 Yes
spring-orm-6.0.4.jar 225.5 kB 119 104 7 17 Yes
spring-test-6.0.4.jar 820.9 kB 559 501 41 17 Yes
spring-tx-6.0.4.jar 271.3 kB 236 206 13 17 Yes
spring-web-6.0.4.jar 1.7 MB 1110 1032 57 17 Yes
spring-webmvc-6.0.4.jar 1 MB 551 507 27 17 Yes
spring-boot-3.0.2.jar 1.5 MB 1033 908 78 17 Yes
spring-boot-autoconfigure-3.0.2.jar 1.6 MB 1277 1153 103 17 Yes
spring-boot-starter-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-aop-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-data-jpa-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-jdbc-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-json-3.0.2.jar 4.7 kB 4 0 0 - -
spring-boot-starter-logging-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-test-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-tomcat-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-validation-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-starter-web-3.0.2.jar 4.8 kB 4 0 0 - -
spring-boot-test-3.0.2.jar 245.8 kB 178 145 17 17 Yes
spring-boot-test-autoconfigure-3.0.2.jar 225.2 kB 260 186 27 17 Yes
spring-data-commons-3.0.1.jar 1.4 MB 926 851 46 17 Yes
spring-data-jpa-3.0.1.jar 407.8 kB 271 227 15 16 Yes
xmlunit-core-2.9.1.jar 175.2 kB 178 161 9 1.7 Yes
snakeyaml-1.33.jar 331.7 kB 263 225 21 1.7 Yes
Total Size Entries Classes Packages Java Version Debug Information
93 53.5 MB 34372 30425 1768 17 81
compile: 54 compile: 36.9 MB compile: 23589 compile: 20600 compile: 1276 17 compile: 45
runtime: 13 runtime: 8.4 MB runtime: 5459 runtime: 5040 runtime: 139 runtime: 12
test: 26 test: 8.3 MB test: 5324 test: 4785 test: 353 17 test: 24