Remove Spring IO Platform support.

Clean up dependencies.
This commit is contained in:
John Blum
2018-05-30 20:29:36 -07:00
parent 4be1dcc8ce
commit 0c3a1101ce
3 changed files with 5 additions and 10 deletions

View File

@@ -1,4 +1,6 @@
apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'org.springframework.boot'
apply from: IDE_GRADLE
description = "Spring Boot for Apache Geode Auto-Configuration"
@@ -9,14 +11,6 @@ repositories {
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")
testCompile "org.assertj:assertj-core"

View File

@@ -1,4 +1,6 @@
apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.spring.dependency-management'
apply plugin: 'org.springframework.boot'
apply from: IDE_GRADLE
description = "Spring Boot for Apache Geode"
@@ -11,7 +13,7 @@ dependencies {
compile "org.springframework:spring-context-support"
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") {
exclude group: "org.springframework.boot", module: "spring-boot-starter-logging";

View File

@@ -15,7 +15,6 @@ springBootVersion=2.0.2.RELEASE
springDataGemFireVersion=2.0.7.RELEASE
springDataGeodeVersion=2.0.7.RELEASE
springDataReleaseTrainVersion=Kay-SR7
springIoVersion=Cairo-RELEASE
springShellVersion=1.2.0.RELEASE
springTestDataGeode=0.0.1.BUILD-SNAPSHOT
version=1.0.0.BUILD-SNAPSHOT