spring-data-neo4j-rest only depending on spring-data-neo4j again

This commit is contained in:
Michael Hunger
2011-10-20 10:33:01 +02:00
parent 49d2d49f77
commit 5e2bddc98c

View File

@@ -35,6 +35,12 @@
<artifactId>spring-data-neo4j</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j-aspects</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>