From a513834faeb9db0962ab5941eac5acaa59c7992a Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 12 May 2020 19:45:49 -0700 Subject: [PATCH] Add 'org.springframework.boot:spring-boot-starter-json' as test runtime dependency. --- spring-geode-autoconfigure/spring-geode-autoconfigure.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle b/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle index 13ce7d80..c801a1da 100644 --- a/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle +++ b/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle @@ -38,6 +38,7 @@ dependencies { testRuntime "org.apache.geode:geode-web:$apacheGeodeVersion" testRuntime "org.springframework.boot:spring-boot-starter-web" testRuntime "org.springframework.boot:spring-boot-starter-jetty" + testRuntime "org.springframework.boot:spring-boot-starter-json" testRuntime "org.springframework.shell:spring-shell:$springShellVersion" // Runtime Test dependency on Spring Cloud Services (SCS) to verify workaround to SCS problem!