re-added cypher-plugin as test-dependency to cineasts-rest

This commit is contained in:
Michael Hunger
2012-02-27 15:42:14 +01:00
parent 812a914729
commit 587f9c0637

View File

@@ -352,6 +352,12 @@
</exclusions>
</dependency>
<dependency>
<groupId>org.neo4j.server.plugin</groupId>
<artifactId>neo4j-cypher-plugin</artifactId>
<version>${neo4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>