Replace all spring-cloudcache-starter* dependency declarations with spring-gemfire-starter*.
Resolves gh-63.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user