Switch to Spring Boot Dependencies BOM for complete project dependency management.

This commit is contained in:
John Blum
2018-06-19 22:18:20 -07:00
parent f2ccb62f2f
commit d6be6dacc4
12 changed files with 12 additions and 110 deletions

View File

@@ -1,17 +1,8 @@
import org.springframework.boot.gradle.plugin.SpringBootPlugin
apply plugin: 'io.spring.convention.spring-module'
apply plugin: 'io.spring.dependency-management'
apply from: IDE_GRADLE
description = "Spring Session for Pivotal GemFire"
dependencyManagement {
imports {
mavenBom SpringBootPlugin.BOM_COORDINATES
}
}
dependencies {
compile(project(':spring-session-data-geode')) {