DATAGRAPH-350 - Downgraded to Querydsl 2.9 for now.
Using Querydsl 2.9.0 until Cypher DSL is upgraded to 3.0 (see [0]). Upgraded to Spring Data Commons 1.6.0 and Spring Data Build 1.1.0. Removed special source and target level settings as the parent project has it set to 1.6 already. [0] https://github.com/neo4j/cypher-dsl/issues/25
This commit is contained in:
5
pom.xml
5
pom.xml
@@ -30,13 +30,10 @@
|
||||
|
||||
|
||||
<properties>
|
||||
<source.level>1.6</source.level>
|
||||
<target.level>1.6</target.level>
|
||||
|
||||
<project.type>multi</project.type>
|
||||
<dist.id>spring-data-neo4j</dist.id>
|
||||
|
||||
<springdata.commons>1.5.0.RELEASE</springdata.commons>
|
||||
<springdata.commons>1.6.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
<neo4j.version>1.8.1</neo4j.version>
|
||||
|
||||
<neo4j.spatial.version>0.10.1</neo4j.spatial.version>
|
||||
|
||||
@@ -7,7 +7,6 @@
|
||||
|
||||
<name>Spring Data Neo4j</name>
|
||||
<description>Neo4j support for Spring Data</description>
|
||||
<version>2.3.0.BUILD-SNAPSHOT</version>
|
||||
|
||||
<parent>
|
||||
<groupId>org.springframework.data</groupId>
|
||||
@@ -18,6 +17,7 @@
|
||||
|
||||
<properties>
|
||||
<validation>1.0.0.GA</validation>
|
||||
<querydsl>2.9.0</querydsl>
|
||||
</properties>
|
||||
|
||||
<dependencies>
|
||||
|
||||
Reference in New Issue
Block a user