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