Simplify 'spring-gemfire-starter' by implementing in terms of the 'spring-geode-starter'.

This commit is contained in:
John Blum
2019-10-02 15:53:28 -07:00
parent ecbd7e5299
commit 39dc684172

View File

@@ -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'
}