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-core 2.18.0 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.google.code.gson gson 2.10.1 jar Apache-2.0
jakarta.persistence jakarta.persistence-api 3.2.0 jar Eclipse Public License v. 2.0, Eclipse Distribution License v. 1.0
org.apache.avro avro 1.12.0 jar Apache-2.0
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0
org.slf4j slf4j-api 2.0.1 jar MIT License
org.springframework spring-orm 6.1.12 jar Apache License, Version 2.0
org.springframework.shell spring-shell-starter 3.4.0 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 5.12.2 jar Eclipse Public License v2.0
org.mockito mockito-core 3.12.4 jar The MIT License

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.34 jar The MIT License