From 28012a1880abc7aec5350845a1a8d9647ce5e801 Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 17 Oct 2019 12:00:13 -0700 Subject: [PATCH] Replace all spring-cloudcache-starter* dependency declarations with spring-gemfire-starter*. Resolves gh-63. --- .../spring-geode-samples-getting-started.gradle | 6 ------ 1 file changed, 6 deletions(-) diff --git a/spring-geode-samples/intro/getting-started/spring-geode-samples-getting-started.gradle b/spring-geode-samples/intro/getting-started/spring-geode-samples-getting-started.gradle index 50ef28f1..0701794b 100644 --- a/spring-geode-samples/intro/getting-started/spring-geode-samples-getting-started.gradle +++ b/spring-geode-samples/intro/getting-started/spring-geode-samples-getting-started.gradle @@ -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"