<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-io</artifactId>
<version>3.2.1</version>
</dependency>
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.2.1</version> </parent>
compile
|-- org.neo4j:neo4j-primitive-collections
|-- org.apache.commons:commons-lang3
|-- commons-codec:commons-codec
test
|-- junit:junit
|-- org.hamcrest:hamcrest-core