Add 'org.apache.geode:geode-http-service' as testRuntime dependency to enable the embedded Apache Geode HTTP service/HTTP server (using Jetty).

This will in turn configure and bootstrap the Management/Admin REST API required by the cluster configuration push functionality in SDG/SBDG.
This commit is contained in:
John Blum
2020-01-22 15:11:09 -08:00
parent 8e95e0ba3c
commit 6a9513c642

View File

@@ -34,6 +34,7 @@ dependencies {
}
testRuntime "javax.cache:cache-api"
testRuntime "org.apache.geode:geode-http-service:$apacheGeodeVersion"
testRuntime "org.apache.geode:geode-web:$apacheGeodeVersion"
testRuntime "org.springframework.boot:spring-boot-starter-web"
testRuntime "org.springframework.boot:spring-boot-starter-jetty"