From c8b4c3702eecb3c0a95e339c8a827bb622ea8254 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 2 Oct 2018 17:45:56 -0700 Subject: [PATCH] Switch dependencies from spring-geode-starter & spring-geode-actuator-autoconfigure to spring-geode-starter-actuator. --- samples/boot/actuator/spring-geode-sample-boot-actuator.gradle | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle b/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle index 98f72924..125740a1 100644 --- a/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle +++ b/samples/boot/actuator/spring-geode-sample-boot-actuator.gradle @@ -4,8 +4,7 @@ description = "Spring Geode Sample demonstrating the use of Spring Boot Actuator dependencies { - compile project(":spring-geode-starter") - compile project(":spring-geode-actuator-autoconfigure") + compile project(":spring-geode-starter-actuator") compile ("org.springframework.boot:spring-boot-starter-web") { exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"