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.buschmais.xo xo.api 0.4.5 jar Apache License, Version 2.0
com.buschmais.xo xo.impl 0.4.5 jar Apache License, Version 2.0
com.buschmais.xo xo.spi 0.4.5 jar Apache License, Version 2.0
com.puresoltechnologies.commons osgi 0.3.0 jar The Apache Software License, Version 2.0
com.puresoltechnologies.extended-objects titan 0.3.0 jar The Apache Software License, Version 2.0
org.hibernate hibernate-validator 5.0.1.Final 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
com.datastax.cassandra cassandra-driver-core 2.1.4 jar Apache 2
junit junit 4.11 jar Common Public License Version 1.0
org.hamcrest hamcrest-library 1.3 jar New BSD License
org.mockito mockito-all 1.10.8 jar The 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.thinkaurelius.titan titan-cassandra 0.5.4 jar The Apache Software License, Version 2.0
com.thinkaurelius.titan titan-core 0.5.4 jar The Apache Software License, Version 2.0
org.osgi org.osgi.core 5.0.0 jar Apache License, Version 2.0
Fork me on GitHub