Add 'org.apache.geode:geode-web' as testRuntime dependency containing the old Apache Geode Management/Admin REST API service and endpoints.

This commit is contained in:
John Blum
2020-01-22 15:08:49 -08:00
parent ca0ee8ff31
commit 8e95e0ba3c

View File

@@ -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"