Switch Neo4j example to use Testcontainers as the Neo4j server isn't Java 16-ready.

See #606.
This commit is contained in:
Mark Paluch
2021-04-29 12:14:03 +02:00
parent 6913f7ec5f
commit 430643bb47
4 changed files with 29 additions and 28 deletions

View File

@@ -20,13 +20,6 @@
<artifactId>spring-boot-starter-data-neo4j</artifactId>
</dependency>
<dependency>
<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>
</project>