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

Rename geode-spring-boot-starter module to geode-spring-boot.
This commit is contained in:
John Blum
2018-05-30 01:32:03 -07:00
parent 65004813b5
commit 65ae4cc59d
71 changed files with 1 additions and 1 deletions

View File

@@ -6,7 +6,7 @@ description = "Spring Boot for Pivotal GemFire"
dependencies {
compile(project(':geode-spring-boot-starter')) {
compile(project(':geode-spring-boot')) {
exclude group: "org.springframework.data", module: "spring-data-geode"
}