Switch to Spring Boot Dependencies BOM for complete project dependency management.
This commit is contained in:
@@ -1,17 +1,8 @@
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: "gemfire-server"
|
||||
apply plugin: "application"
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom SpringBootPlugin.BOM_COORDINATES
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-session-data-geode')
|
||||
|
||||
@@ -1,15 +1,6 @@
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom SpringBootPlugin.BOM_COORDINATES
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-session-data-geode')
|
||||
|
||||
Reference in New Issue
Block a user