Switch Neo4j example to use Testcontainers as the Neo4j server isn't Java 16-ready.
See #606.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user