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"
@@ -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";