From 3fd03803592c23cf7658df613df0ee7bd504243d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 3 Dec 2018 12:14:18 +0000 Subject: [PATCH] Correct optional dependency declarations in spring-boot-test-support Closes gh-15371 --- .../spring-boot-tools/spring-boot-test-support/pom.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml index d8140318c12..d9c327ec90c 100644 --- a/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml +++ b/spring-boot-project/spring-boot-tools/spring-boot-test-support/pom.xml @@ -82,10 +82,12 @@ com.datastax.cassandra cassandra-driver-core + true org.neo4j neo4j-ogm-core + true javax.servlet @@ -110,6 +112,7 @@ org.testcontainers testcontainers + true