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:
@@ -0,0 +1,16 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
description = "Spring Boot for Pivotal GemFire"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile(project(':spring-boot-starter-data-geode')) {
|
||||
exclude group: "org.springframework.data", module: "spring-data-geode"
|
||||
}
|
||||
|
||||
compile "org.springframework.data:spring-data-gemfire"
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user