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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user