Fork me on GitHub

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.slf4j slf4j-api 1.7.30 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
io.github.hakky54 logcaptor 2.5.0 jar Apache License, Version 2.0
org.assertj assertj-core 3.19.0 jar Apache License, Version 2.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.mockito mockito-junit-jupiter 3.10.0 jar The MIT License