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:
John Blum
2018-02-06 15:30:10 -08:00
parent 96bd768b43
commit 2e7d5c5807
11 changed files with 1 additions and 1 deletions

View File

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