Remove Spring libs-snapshot Maven Repository declarations.
Move all extension properties for dependency version overrides to build.gradle.
This commit is contained in:
@@ -13,6 +13,9 @@ apply plugin: 'io.spring.convention.root'
|
||||
group = 'org.springframework.geode'
|
||||
description = 'Spring Boot for Apache Geode & Pivotal GemFire'
|
||||
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
//ext['spring.version'] = "$springVersion"
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
ext.snapshotBuild = version.endsWith('SNAPSHOT')
|
||||
ext.releaseBuild = version.endsWith('RELEASE')
|
||||
ext.milestoneBuild = !(releaseBuild || snapshotBuild)
|
||||
|
||||
@@ -2,8 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
description = "Spring Boot Starter for Pivotal GemFire"
|
||||
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile("org.springframework.boot:spring-boot-starter") {
|
||||
|
||||
@@ -2,12 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
description = "Spring Boot for Apache Geode Auto-Configuration"
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-snapshot" }
|
||||
}
|
||||
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile project(":spring-geode")
|
||||
|
||||
@@ -2,8 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
description = "Spring Boot Starter for Apache Geode"
|
||||
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile("org.springframework.boot:spring-boot-starter") {
|
||||
|
||||
@@ -2,12 +2,6 @@ apply plugin: 'io.spring.convention.spring-module'
|
||||
|
||||
description = "Spring Boot for Apache Geode"
|
||||
|
||||
repositories {
|
||||
maven { url "https://repo.spring.io/libs-snapshot" }
|
||||
}
|
||||
|
||||
//ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion"
|
||||
|
||||
dependencies {
|
||||
|
||||
compile "org.springframework:spring-context-support"
|
||||
|
||||
Reference in New Issue
Block a user