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.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
org.assertj assertj-core 3.23.1 jar Apache License, Version 2.0
org.slf4j slf4j-simple 2.0.3 jar 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
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