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.beust jcommander 1.82 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.dataformat jackson-dataformat-ion 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-properties 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-xml 2.14.1 jar The Apache Software License, Version 2.0
com.fasterxml.jackson.dataformat jackson-dataformat-yaml 2.14.1 jar The Apache Software License, Version 2.0
com.google.guava guava 31.1-jre jar Apache License, Version 2.0
commons-io commons-io 2.11.0 jar Apache License, Version 2.0
jakarta.validation jakarta.validation-api 3.0.2 jar Apache License 2.0
org.apache.commons commons-lang3 3.12.0 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-api 2.19.0 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-core 2.19.0 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-jcl 2.19.0 jar Apache License, Version 2.0
org.apache.logging.log4j log4j-slf4j-impl 2.19.0 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-module-itext 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-module-latex 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-module-markdown 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-module-rtf 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-module-xdoc 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-site-renderer 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-skin-model 1.11.1 jar Apache License, Version 2.0
org.apache.maven.doxia doxia-test-docs 1.11.1 jar Apache License, Version 2.0
org.apache.maven.scm maven-scm-client 1.13.0 jar Apache License, Version 2.0
org.apache.maven.scm maven-scm-manager-plexus 1.13.0 jar Apache License, Version 2.0
org.apache.maven.scm maven-scm-provider-git-commons 1.13.0 jar Apache License, Version 2.0
org.apache.maven.scm maven-scm-provider-gitexe 1.13.0 jar Apache License, Version 2.0
org.apache.maven.scm maven-scm-provider-svn-commons 1.13.0 jar Apache License, Version 2.0
org.apache.maven.scm maven-scm-provider-svnexe 1.13.0 jar Apache License, Version 2.0
org.apache.maven.skins maven-default-skin 1.3 jar Apache License, Version 2.0
org.junit.jupiter junit-jupiter-api 5.7.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-migrationsupport 5.7.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-console 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-jfr 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-launcher 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-reporting 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-runner 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-suite-api 1.7.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-testkit 1.7.2 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.7.2 jar Eclipse Public License v2.0
org.yaml snakeyaml 1.33 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.9.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.9.1 jar Eclipse Public License v2.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
com.github.spotbugs spotbugs-maven-plugin 4.7.0.0 maven-plugin Apache 2.0
org.apache.commons commons-collections4 4.3 jar Apache License, Version 2.0
org.apache.maven.plugins maven-checkstyle-plugin 3.1.2 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-compiler-plugin 3.10.1 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-dependency-plugin 3.3.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-jar-plugin 3.3.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-jxr-plugin 3.2.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-pmd-plugin 3.17.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-project-info-reports-plugin 3.3.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-scm-plugin 1.13.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-shade-plugin 3.4.1 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-site-plugin 3.12.0 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-source-plugin 3.2.1 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-surefire-plugin 3.0.0-M7 maven-plugin Apache License, Version 2.0
org.apache.maven.plugins maven-surefire-report-plugin 3.0.0-M7 maven-plugin Apache License, Version 2.0
org.codehaus.mojo exec-maven-plugin 3.1.0 maven-plugin Apache License 2
org.projectlombok lombok 1.18.24 jar The MIT License