Rename modules.
Rename geode-spring-boot to spring-geode. Rename geode-spring-boot-autoconfigure to spring-geode-autoconfigure. Rename geode-spring-boot-starter to spring-geode-starter. Rename gemfire-spring-boot-starter to spring-gemfire-starter. Resolves GitHub Issue #6.
This commit is contained in:
@@ -21,11 +21,11 @@ dependencies {
|
||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
|
||||
}
|
||||
|
||||
compile(project(':geode-spring-boot')) {
|
||||
compile(project(':spring-geode')) {
|
||||
exclude group: "org.springframework.data", module: "spring-data-geode"
|
||||
}
|
||||
|
||||
compile(project(':geode-spring-boot-autoconfigure')) {
|
||||
compile(project(':spring-geode-autoconfigure')) {
|
||||
exclude group: "org.springframework.data", module: "spring-data-geode"
|
||||
}
|
||||
|
||||
@@ -20,7 +20,7 @@ dependencyManagement {
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":geode-spring-boot")
|
||||
compile project(":spring-geode")
|
||||
|
||||
testCompile "org.assertj:assertj-core"
|
||||
testCompile "junit:junit"
|
||||
@@ -21,8 +21,8 @@ dependencies {
|
||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging"
|
||||
}
|
||||
|
||||
compile(project(':geode-spring-boot'))
|
||||
compile(project(':spring-geode'))
|
||||
|
||||
compile(project(':geode-spring-boot-autoconfigure'))
|
||||
compile(project(':spring-geode-autoconfigure'))
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user