diff --git a/spring-geode-samples/boot/actuator/spring-geode-samples-boot-actuator.gradle b/spring-geode-samples/boot/actuator/spring-geode-samples-boot-actuator.gradle index 44984bb4..9e86c025 100644 --- a/spring-geode-samples/boot/actuator/spring-geode-samples-boot-actuator.gradle +++ b/spring-geode-samples/boot/actuator/spring-geode-samples-boot-actuator.gradle @@ -10,13 +10,13 @@ dependencies { compile project(":spring-geode-starter-actuator") - compile "org.springframework.boot:spring-boot-starter-web" - - compile("org.springframework.data:spring-data-geode-test") { + compile(project(":spring-geode-starter-test")) { exclude group: "javax.servlet", module: "javax.servlet-api" exclude group: "org.apache.logging.log4j", module: "log4j-core" } + compile "org.springframework.boot:spring-boot-starter-web" + } bootJar {