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
com.google.guava guava 18.0 jar The Apache Software License, Version 2.0
joda-time joda-time 1.2.1 jar Apache 2
org.apache.commons commons-lang3 3.3.2 jar The Apache Software 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
junit junit 4.12 jar Eclipse Public License 1.0
org.hibernate hibernate-validator 4.3.0.Final jar Apache License, Version 2.0
org.slf4j slf4j-simple 1.7.10 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
javax.validation validation-api 1.0.0.GA jar license.txt
org.projectlombok lombok 1.16.2 jar The MIT License