Replace all spring-cloudcache-starter* dependency declarations with spring-gemfire-starter*.

Resolves gh-63.
This commit is contained in:
John Blum
2019-10-17 12:00:13 -07:00
parent f98b6299d2
commit 28012a1880

View File

@@ -15,12 +15,6 @@ dependencies {
// 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"