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"