Commit c5d44cda authored by Stephane Nicoll's avatar Stephane Nicoll

Fix build failure

More change to use the http Neo4j driver

See https://github.com/neo4j/neo4j-java-driver/issues/380

Closes gh-9499
parent 08aa91f8
...@@ -202,6 +202,11 @@ ...@@ -202,6 +202,11 @@
<artifactId>mongodb-driver-reactivestreams</artifactId> <artifactId>mongodb-driver-reactivestreams</artifactId>
<optional>true</optional> <optional>true</optional>
</dependency> </dependency>
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>neo4j-ogm-http-driver</artifactId>
<scope>test</scope>
</dependency>
<dependency> <dependency>
<groupId>org.skyscreamer</groupId> <groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId> <artifactId>jsonassert</artifactId>
......
#
# This is a temporary override until the Neo4j bolt driver stops validating
# the connection on startup, see https://github.com/neo4j/neo4j-java-driver/issues/380
#
spring.data.neo4j.uri=http://localhost:8989
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment