Skip to content

Commit

Permalink
better parent pom
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Neubauer committed Jan 5, 2012
1 parent 4c37cca commit 292008b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -2,7 +2,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.neo4j.build</groupId>
<artifactId>parent-pom</artifactId>
<artifactId>parent-central</artifactId>
<version>29</version>
</parent>

Expand Down
5 changes: 5 additions & 0 deletions sdn-test-bundle/pom.xml
Expand Up @@ -43,6 +43,11 @@
<artifactId>spring-data-neo4j-aspects</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-neo4j</artifactId>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
Expand Down

0 comments on commit 292008b

Please sign in to comment.