making compatibility example independent

This commit is contained in:
Lasse Westh-Nielsen
2012-06-18 13:51:58 +01:00
parent 3379bb09bf
commit 4119e4f7c6

View File

@@ -2,14 +2,14 @@
<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/xsd/maven-4.0.0.xsd">
<parent>
<artifactId>spring-data-neo4j-dist</artifactId>
<groupId>org.springframework.data</groupId>
<version>2.1.0.BUILD-SNAPSHOT</version>
</parent>
<groupId>org.neo4j.examples</groupId>
<artifactId>backwardscompatibility</artifactId>
<version>2.1.0.BUILD-SNAPSHOT</version>
<packaging>jar</packaging>
<modelVersion>4.0.0</modelVersion>
<artifactId>backwardscompatibility</artifactId>
<name>Backwards Compatibility Test</name>
<properties>
<spring.version>3.0.7.RELEASE</spring.version>
@@ -39,6 +39,12 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>