Replace custom Neo4j container with Testcontainers version
See gh-15638
This commit is contained in:
committed by
Andy Wilkinson
parent
a5aceb35d7
commit
316126e8f0
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user