<dependency>
<groupId>org.neo4j.test</groupId>
<artifactId>neo4j-harness</artifactId>
<version>4.4.30</version>
</dependency>
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>4.4.30</version> </parent>
compile
|-- org.neo4j:neo4j
|-- commons-logging:commons-logging
|-- org.neo4j.app:neo4j-server
|-- commons-codec:commons-codec
provided
|-- junit:junit
|-- org.junit.jupiter:junit-jupiter
runtime
test