Remove Spring IO Platform Dependency Management.
Declare Spring's Dependency Management Gradle Plugin to manage project dependency versions.
This commit is contained in:
@@ -1,8 +1,16 @@
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.docs'
|
||||
apply plugin: 'io.spring.convention.spring-test'
|
||||
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom SpringBootPlugin.BOM_COORDINATES
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
testCompile project(':spring-session-data-geode')
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: "application"
|
||||
|
||||
apply from: IDE_GRADLE
|
||||
@@ -7,6 +10,12 @@ repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom SpringBootPlugin.BOM_COORDINATES
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-session-data-geode')
|
||||
|
||||
@@ -1,12 +1,20 @@
|
||||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
apply plugin: "application"
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-sample-boot'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply plugin: "application"
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
repositories {
|
||||
mavenCentral()
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom SpringBootPlugin.BOM_COORDINATES
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(':spring-session-data-geode')
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
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,7 +1,15 @@
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
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')
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
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,7 +1,15 @@
|
||||
apply plugin: 'io.spring.convention.spring-sample-war'
|
||||
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')
|
||||
|
||||
@@ -1,9 +1,17 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
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')) {
|
||||
|
||||
@@ -1,7 +1,15 @@
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
import org.springframework.boot.gradle.plugin.SpringBootPlugin
|
||||
|
||||
apply plugin: 'io.spring.convention.spring-module'
|
||||
apply plugin: 'io.spring.dependency-management'
|
||||
apply from: IDE_GRADLE
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom SpringBootPlugin.BOM_COORDINATES
|
||||
}
|
||||
}
|
||||
|
||||
description = "Spring Session for Apache Geode"
|
||||
|
||||
dependencies {
|
||||
|
||||
Reference in New Issue
Block a user