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 62876c0f..44984bb4 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 @@ -17,9 +17,6 @@ dependencies { exclude group: "org.apache.logging.log4j", module: "log4j-core" } - runtime "org.springframework.boot:spring-boot-starter-jetty" - runtime "org.springframework.shell:spring-shell" - } bootJar {