Reset Neo4j tests to use the default driver again

This commit resets the artificial use of the http driver now the bolt
driver doesn't check if the connection to the Neo4J server is valid
on startup.

See neo4j/neo4j-java-driver#380

Closes gh-9500
This commit is contained in:
Stephane Nicoll
2017-07-26 10:06:36 +02:00
parent 2109cab28b
commit 996e6bf48c
4 changed files with 4 additions and 19 deletions

View File

@@ -1,5 +0,0 @@
#
# 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