diff --git a/spring-gemfire-starter/spring-gemfire-starter.gradle b/spring-gemfire-starter/spring-gemfire-starter.gradle index 14f5d5fd..c15ce7eb 100644 --- a/spring-gemfire-starter/spring-gemfire-starter.gradle +++ b/spring-gemfire-starter/spring-gemfire-starter.gradle @@ -5,13 +5,7 @@ description = "Spring Boot Starter for Pivotal GemFire" dependencies { - compile "org.springframework.boot:spring-boot-starter" - - compile(project(':spring-geode')) { - exclude group: "org.springframework.data", module: "spring-data-geode" - } - - compile(project(':spring-geode-autoconfigure')) { + compile(project(':spring-geode-starter')) { exclude group: "org.springframework.data", module: "spring-data-geode" } @@ -20,6 +14,4 @@ dependencies { exclude group: "org.apache.logging.log4j", module: "log4j-core" } - runtime 'org.springframework.shell:spring-shell' - }