From 88a2980e62d89f70d13c7760ea6d1047d2278f79 Mon Sep 17 00:00:00 2001 From: Andres Taylor Date: Wed, 19 Oct 2011 08:56:08 +0200 Subject: [PATCH] Changed sdn-rest dependencies, so we don't pull in sdn-aspects. --- spring-data-neo4j-rest/pom.xml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/spring-data-neo4j-rest/pom.xml b/spring-data-neo4j-rest/pom.xml index 57ecb519d..a606bc107 100644 --- a/spring-data-neo4j-rest/pom.xml +++ b/spring-data-neo4j-rest/pom.xml @@ -38,15 +38,17 @@ test-jar - org.neo4j - neo4j-rest-graphdb - 1.5-SNAPSHOT + org.springframework.data + spring-data-neo4j-aspects + test + ${project.version} org.springframework.data - spring-data-neo4j-aspects + spring-data-neo4j ${project.version} + org.hibernate hibernate-validator @@ -63,6 +65,11 @@ org.neo4j neo4j + + org.neo4j + neo4j-rest-graphdb + 1.5-SNAPSHOT + org.neo4j.server.plugin neo4j-cypher-plugin