From 03d48cc437b0ec7cea297fbc9f20308a834228ec Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 28 Aug 2018 17:12:07 -0700 Subject: [PATCH] Declare optional, provided dependency on Spring Boot Starter. --- spring-data-geode-test/pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index 92bf16f..571eebe 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -64,10 +64,19 @@ + org.springframework.data spring-data-geode + + + org.springframework.boot + spring-boot-starter + true + provided + +