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
org.apache.httpcomponents httpclient 4.5.12 jar Apache License, Version 2.0
org.junit.jupiter junit-jupiter 5.7.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-api 5.7.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-engine 5.7.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-migrationsupport 5.7.1 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-console 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-jfr 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-launcher 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-reporting 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-runner 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-suite-api 1.7.1 jar Eclipse Public License v2.0
org.junit.platform junit-platform-testkit 1.7.1 jar Eclipse Public License v2.0
org.junit.vintage junit-vintage-engine 5.7.1 jar Eclipse Public License v2.0
org.scala-lang scala-library 2.13.8 jar Apache-2.0
org.scalatest scalatest_2.13 3.2.13 jar -
org.slf4j slf4j-api 2.0.3 jar MIT License

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
com.github.tomakehurst wiremock-jre8 2.27.2 jar The Apache Software License, Version 2.0
org.assertj assertj-core 3.19.0 jar Apache License, Version 2.0
org.slf4j slf4j-simple 2.0.3 jar MIT License
ru.lanwen.wiremock wiremock-junit5 1.3.1 jar Apache 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
com.github.spotbugs spotbugs-annotations 4.7.3 jar GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1
com.google.code.findbugs jsr305 3.0.2 jar The Apache Software License, Version 2.0
de.thetaphi forbiddenapis 3.4 jar The Apache Software License, Version 2.0
net.jcip jcip-annotations 1.0 jar -
org.projectlombok lombok 1.18.24 jar The MIT License