Temporarily include the 'spring-geode-starter-actuator' dependency (commented out) for deployment to PCF when using PCC.

This is needed until https://github.com/cloudfoundry/java-buildpack-metric-writer/issues/6 is resolved.

Resolves gh-54.
This commit is contained in:
John Blum
2019-09-27 16:26:46 -07:00
parent 2f5c88ac16
commit 4712339100

View File

@@ -12,6 +12,15 @@ dependencies {
compile project(":spring-geode-starter")
// TODO Remove when https://github.com/cloudfoundry/java-buildpack-metric-writer/issues/6 is resolved!
// compile project(":spring-geode-starter-actuator")
/*
compile(project(":spring-cloudcache-starter")) {
exclude group: "io.micrometer", module: "micrometer-core"
}
*/
compile "org.assertj:assertj-core"
compile "org.projectlombok:lombok"
compile "org.springframework.boot:spring-boot-starter-web"