From c5d44cdae4c9f011cc88904458ff5f7dde0d7b53 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 13 Jun 2017 14:37:37 +0200 Subject: [PATCH] Fix build failure More change to use the http Neo4j driver See https://github.com/neo4j/neo4j-java-driver/issues/380 Closes gh-9499 --- spring-boot-test-autoconfigure/pom.xml | 5 +++++ .../src/test/resources/application.properties | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 spring-boot-test-autoconfigure/src/test/resources/application.properties 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