DATAGRAPH-517 - Update To Neo4j 2.1.5
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -40,7 +40,7 @@
|
||||
|
||||
<neo4j.version>2.1.5</neo4j.version>
|
||||
|
||||
<neo4j.spatial.version>0.12-neo4j-2.0.1</neo4j.spatial.version>
|
||||
<neo4j.spatial.version>0.13-neo4j-2.0.1</neo4j.spatial.version>
|
||||
<neo4j-cypher-dsl.version>2.0.1</neo4j-cypher-dsl.version>
|
||||
</properties>
|
||||
|
||||
|
||||
@@ -125,14 +125,19 @@
|
||||
<groupId>org.neo4j</groupId>
|
||||
<artifactId>neo4j-spatial</artifactId>
|
||||
<version>${neo4j.spatial.version}</version>
|
||||
<scope>test</scope>
|
||||
<optional>true</optional>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.neo4j</groupId>
|
||||
<artifactId>neo4j-graph-collections</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.neo4j</groupId>
|
||||
<artifactId>neo4j-cypher-dsl</artifactId>
|
||||
<version>${neo4j-cypher-dsl.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.neo4j</groupId>
|
||||
|
||||
Reference in New Issue
Block a user