From 587f9c063799d8f5d428978ef844e29abfdc0133 Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Mon, 27 Feb 2012 15:42:14 +0100 Subject: [PATCH] re-added cypher-plugin as test-dependency to cineasts-rest --- spring-data-neo4j-examples/cineasts-rest/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spring-data-neo4j-examples/cineasts-rest/pom.xml b/spring-data-neo4j-examples/cineasts-rest/pom.xml index a0a92b634..7e5ec1cea 100644 --- a/spring-data-neo4j-examples/cineasts-rest/pom.xml +++ b/spring-data-neo4j-examples/cineasts-rest/pom.xml @@ -352,6 +352,12 @@ + + org.neo4j.server.plugin + neo4j-cypher-plugin + ${neo4j.version} + test + junit junit