Remove Spring IO Platform support.
Clean up dependencies.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-module'
|
apply plugin: 'io.spring.convention.spring-module'
|
||||||
|
apply plugin: 'io.spring.dependency-management'
|
||||||
|
apply plugin: 'org.springframework.boot'
|
||||||
apply from: IDE_GRADLE
|
apply from: IDE_GRADLE
|
||||||
|
|
||||||
description = "Spring Boot for Apache Geode Auto-Configuration"
|
description = "Spring Boot for Apache Geode Auto-Configuration"
|
||||||
@@ -9,14 +11,6 @@ repositories {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
|
|
||||||
compile "org.springframework:spring-context-support"
|
|
||||||
compile "org.springframework:spring-jcl"
|
|
||||||
compile "org.springframework.data:spring-data-geode:$springDataGeodeVersion"
|
|
||||||
|
|
||||||
compile("org.springframework.boot:spring-boot-starter") {
|
|
||||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
|
|
||||||
}
|
|
||||||
|
|
||||||
compile project(":geode-spring-boot")
|
compile project(":geode-spring-boot")
|
||||||
|
|
||||||
testCompile "org.assertj:assertj-core"
|
testCompile "org.assertj:assertj-core"
|
||||||
|
|||||||
@@ -1,4 +1,6 @@
|
|||||||
apply plugin: 'io.spring.convention.spring-module'
|
apply plugin: 'io.spring.convention.spring-module'
|
||||||
|
apply plugin: 'io.spring.dependency-management'
|
||||||
|
apply plugin: 'org.springframework.boot'
|
||||||
apply from: IDE_GRADLE
|
apply from: IDE_GRADLE
|
||||||
|
|
||||||
description = "Spring Boot for Apache Geode"
|
description = "Spring Boot for Apache Geode"
|
||||||
@@ -11,7 +13,7 @@ dependencies {
|
|||||||
|
|
||||||
compile "org.springframework:spring-context-support"
|
compile "org.springframework:spring-context-support"
|
||||||
compile "org.springframework:spring-jcl"
|
compile "org.springframework:spring-jcl"
|
||||||
compile "org.springframework.data:spring-data-geode:$springDataGeodeVersion"
|
compile "org.springframework.data:spring-data-geode"
|
||||||
|
|
||||||
compile("org.springframework.boot:spring-boot-starter") {
|
compile("org.springframework.boot:spring-boot-starter") {
|
||||||
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
|
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";
|
||||||
|
|||||||
@@ -15,7 +15,6 @@ springBootVersion=2.0.2.RELEASE
|
|||||||
springDataGemFireVersion=2.0.7.RELEASE
|
springDataGemFireVersion=2.0.7.RELEASE
|
||||||
springDataGeodeVersion=2.0.7.RELEASE
|
springDataGeodeVersion=2.0.7.RELEASE
|
||||||
springDataReleaseTrainVersion=Kay-SR7
|
springDataReleaseTrainVersion=Kay-SR7
|
||||||
springIoVersion=Cairo-RELEASE
|
|
||||||
springShellVersion=1.2.0.RELEASE
|
springShellVersion=1.2.0.RELEASE
|
||||||
springTestDataGeode=0.0.1.BUILD-SNAPSHOT
|
springTestDataGeode=0.0.1.BUILD-SNAPSHOT
|
||||||
version=1.0.0.BUILD-SNAPSHOT
|
version=1.0.0.BUILD-SNAPSHOT
|
||||||
|
|||||||
Reference in New Issue
Block a user