Rename spring-boot-data-gemfire module to spring-boot-starter-data-gemfire.
Rename spring-boot-data-geode module to spring-boot-starter-data-geode.
This commit is contained in:
@@ -6,7 +6,7 @@ description = "Spring Boot for Pivotal GemFire"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile(project(':spring-boot-data-geode')) {
|
||||
compile(project(':spring-boot-starter-data-geode')) {
|
||||
exclude group: "org.springframework.data", module: "spring-data-geode"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user