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
ch.qos.logback logback-classic 1.2.3 jar Eclipse Public License - v 1.0, GNU Lesser General Public License
org.liquigraph liquigraph-core 4.0.3 jar Apache License
org.neo4j neo4j 4.0.0 jar GNU General Public License, Version 3
org.neo4j.driver neo4j-java-driver 4.3.3 jar Apache License, Version 2
org.slf4j jul-to-slf4j 1.7.30 jar MIT License

runtime

The following is a list of runtime dependencies in the DependencyManagement of this project. These dependencies can be included in the submodules to run the submodule:

GroupId ArtifactId Version Type License
org.neo4j neo4j-jdbc-bolt 4.0.1 jar Apache License, Version 2.0
org.neo4j neo4j-jdbc-driver 4.0.1 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
junit junit 4.13.1 jar Eclipse Public License 1.0
org.assertj assertj-core 3.16.1 jar Apache License, Version 2.0
org.liquigraph liquigraph-testing 4.0.3 jar Apache License
org.mockito mockito-core 3.3.3 jar The MIT License
org.testcontainers neo4j 1.15.3 jar MIT
org.testcontainers testcontainers 1.15.3 jar MIT