#582 - Adopt to changes in Spring Data Neo4j 6.0.

This commit is contained in:
Michael Simons
2020-08-14 15:45:27 +02:00
committed by Mark Paluch
parent 740522ea07
commit f1ffd424f7
7 changed files with 148 additions and 112 deletions

View File

@@ -21,17 +21,10 @@
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-embedded-driver</artifactId>
<version>${neo4j-ogm.version}</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
<version>3.1.0</version>
<scope>runtime</scope>
<groupId>org.neo4j.test</groupId>
<artifactId>neo4j-harness</artifactId>
<version>3.5.18</version> <!-- We can switch this to 4.x when the examples are build with JDK 11. -->
<scope>test</scope>
</dependency>
</dependencies>