<dependency>
<groupId>org.neo4j.test</groupId>
<artifactId>neo4j-harness</artifactId>
<version>3.0.0-M04</version>
</dependency>
<parent> <groupId>org.neo4j</groupId> <artifactId>parent</artifactId> <version>3.0.0-M04</version> </parent>
compile
|-- org.neo4j:neo4j
|-- org.neo4j.app:neo4j-server
|-- com.sun.jersey:jersey-client
|-- org.neo4j.app:neo4j-server
provided
|-- junit:junit
test
|-- org.apache.httpcomponents:httpclient