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

@@ -101,6 +101,11 @@
<artifactId>testcontainers</artifactId>
<version>1.10.6</version>
</dependency>
<dependency>
<groupId>org.testcontainers</groupId>
<artifactId>neo4j</artifactId>
<version>1.10.6</version>
</dependency>
<dependency>
<groupId>com.vaadin.external.google</groupId>
<artifactId>android-json</artifactId>