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!