From 8e95e0ba3c6cde97bc2ebf9acec891a62622b200 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 22 Jan 2020 15:08:49 -0800 Subject: [PATCH] Add 'org.apache.geode:geode-web' as testRuntime dependency containing the old Apache Geode Management/Admin REST API service and endpoints. --- 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 57e1f0d7..910f18d4 100644 --- a/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle +++ b/spring-geode-autoconfigure/spring-geode-autoconfigure.gradle @@ -34,6 +34,7 @@ dependencies { } testRuntime "javax.cache:cache-api" + 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.shell:spring-shell:$springShellVersion"