Replace custom Neo4j container with Testcontainers version

See gh-15638
This commit is contained in:
Michael Simons
2019-01-07 12:50:04 +01:00
committed by Andy Wilkinson
parent a5aceb35d7
commit 316126e8f0
5 changed files with 20 additions and 94 deletions

View File

@@ -299,5 +299,10 @@
<artifactId>testcontainers</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>neo4j</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>