Project Dependency Management

compile

The following is a list of compile dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run the submodule:

GroupId ArtifactId Version Type License
com.fasterxml.jackson.core jackson-databind 2.20.1 jar -
jakarta.annotation jakarta.annotation-api 2.1.1 jar EPL 2.0, GPL2 w/ CPE
jakarta.xml.bind jakarta.xml.bind-api 4.0.4 jar Eclipse Distribution License - v 1.0
javax.annotation javax.annotation-api 1.3.2 jar CDDL + GPLv2 with classpath exception
net.sourceforge.pmd pmd-java 7.17.0 jar BSD-style
org.apache.httpcomponents.client5 httpclient5 5.5.1 jar Apache License, Version 2.0
org.bouncycastle bcprov-jdk18on 1.82 jar Bouncy Castle Licence
org.glassfish.jaxb jaxb-runtime 4.0.6 jar Eclipse Distribution License - v 1.0
org.jspecify jspecify 1.0.0 jar The Apache License, Version 2.0
org.springframework spring-context 6.2.11 jar Apache License, Version 2.0
org.springframework spring-core 6.2.11 jar Apache License, Version 2.0
org.springframework spring-web 6.2.11 jar Apache License, Version 2.0
org.springframework.boot spring-boot 3.5.6 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-web 3.5.6 jar Apache License, Version 2.0
org.springframework.data spring-data-commons 3.5.4 jar Apache License, Version 2.0
org.springframework.data spring-data-keyvalue 3.5.4 jar Apache License, Version 2.0

test

The following is a list of test dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile and run unit tests for the submodule:

GroupId ArtifactId Version Type License
org.junit.jupiter junit-jupiter-api 5.14.0 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.14.0 jar Eclipse Public License v2.0
org.junit.platform junit-platform-launcher 1.14.0 jar Eclipse Public License v2.0
org.mockito mockito-core 5.20.0 jar MIT
org.springframework spring-test 6.2.11 jar Apache License, Version 2.0
org.springframework.boot spring-boot-starter-test 3.5.6 jar Apache License, Version 2.0

provided

The following is a list of provided dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to compile the submodule, but should be provided by default when using the library:

GroupId ArtifactId Version Type License
org.projectlombok lombok 1.18.42 jar The MIT License