Simplify 'spring-gemfire-starter' by implementing in terms of the 'spring-geode-starter'.
This commit is contained in:
@@ -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'
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user