Rename spring-boot-starter-data-gemfire module to gemfire-spring-boot-starter.

Rename spring-boot-starter-data-geode module to geode-spring-boot-starter.
This commit is contained in:
John Blum
2018-02-06 16:12:18 -08:00
parent 79eae06f02
commit fdcaeaff1b
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-starter-data-geode')) {
compile(project(':geode-spring-boot-starter')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}