From 9e124a380feffffb8a020a1b4bcf98b387debafb Mon Sep 17 00:00:00 2001 From: Michael Hunger Date: Wed, 19 Oct 2011 22:35:46 +0200 Subject: [PATCH] trying to fix maven dependencies for sdn-rest for bamboo maven site build --- spring-data-neo4j-rest/pom.xml | 43 ++++++++++++++++++++++++++++------ 1 file changed, 36 insertions(+), 7 deletions(-) diff --git a/spring-data-neo4j-rest/pom.xml b/spring-data-neo4j-rest/pom.xml index a606bc107..8d0cddb7e 100644 --- a/spring-data-neo4j-rest/pom.xml +++ b/spring-data-neo4j-rest/pom.xml @@ -30,23 +30,36 @@ + + org.springframework.data + spring-data-neo4j + ${project.version} + + org.springframework.data spring-data-neo4j-aspects ${project.version} test test-jar + + + org.springframework.data + spring-data-neo4j + + org.springframework.data spring-data-neo4j-aspects test ${project.version} - - - org.springframework.data - spring-data-neo4j - ${project.version} + + + org.springframework.data + spring-data-neo4j + + @@ -61,14 +74,24 @@ junit test - + org.neo4j neo4j-rest-graphdb 1.5-SNAPSHOT + + + org.neo4j + neo4j-kernel + + + org.neo4j + neo4j-lucene-index + + org.neo4j.server.plugin @@ -151,6 +174,12 @@ com.tinkerpop.blueprints blueprints-neo4j-graph true + + + org.neo4j + neo4j + +