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.liquibase liquibase-core 4.7.1 jar Apache License, Version 2.0
org.liquibase.ext liquibase-neo4j 4.7.0.2 jar Apache License, Version 2.0
org.liquigraph liquigraph-core 4.0.6 jar Apache License
org.neo4j neo4j 4.4.3 jar GNU General Public License, Version 3
org.neo4j.driver neo4j-java-driver 4.4.3 jar Apache License, Version 2

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
ch.qos.logback logback-classic 1.2.10 jar Eclipse Public License - v 1.0, GNU Lesser General Public License
org.neo4j neo4j-jdbc-bolt 4.0.5 jar Apache License, Version 2.0
org.neo4j neo4j-jdbc-driver 4.0.5 jar Apache License, Version 2.0
org.slf4j jul-to-slf4j 1.7.33 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
junit junit 4.13.2 jar Eclipse Public License 1.0
org.assertj assertj-core 3.22.0 jar Apache License, Version 2.0
org.liquigraph liquigraph-testing 4.0.6 jar Apache License
org.mockito mockito-core 4.2.0 jar The MIT License
org.testcontainers neo4j 1.16.3 jar MIT
org.testcontainers testcontainers 1.16.3 jar MIT