diff --git a/spring-boot-test-autoconfigure/pom.xml b/spring-boot-test-autoconfigure/pom.xml index 488b1a18965..e47f4e9d6e6 100644 --- a/spring-boot-test-autoconfigure/pom.xml +++ b/spring-boot-test-autoconfigure/pom.xml @@ -202,6 +202,11 @@ mongodb-driver-reactivestreams true + + org.neo4j + neo4j-ogm-http-driver + test + org.skyscreamer jsonassert diff --git a/spring-boot-test-autoconfigure/src/test/resources/application.properties b/spring-boot-test-autoconfigure/src/test/resources/application.properties new file mode 100644 index 00000000000..06d81d8f6b9 --- /dev/null +++ b/spring-boot-test-autoconfigure/src/test/resources/application.properties @@ -0,0 +1,5 @@ +# +# 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