From 4b64e46fe682b1b257a660df39372f33623176e9 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 23 Aug 2019 01:46:43 -0700 Subject: [PATCH] Remove unnecessary 'org.springframework.boot:spring-boot-starter-jetty' and 'org.springframework.shell:spring-shell' runtime dependencies. --- .../boot/actuator/spring-geode-samples-boot-actuator.gradle | 3 --- 1 file changed, 3 deletions(-) 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 {