Merge pull request #54 from lassewesth/DATAGRAPH-255
making compatibility example independent
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user