Do not use Dependency Management for Cloud starter.
This commit is contained in:
committed by
Sébastien Deleuze
parent
2e5ebdb5db
commit
922b0a03f2
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springCloudVersion', "2023.0.0-SNAPSHOT")
|
||||
set('springCloudStarterVersion', "4.1.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -14,7 +14,7 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation(project(":cr-listener"))
|
||||
implementation("org.springframework.cloud:spring-cloud-starter")
|
||||
implementation("org.springframework.cloud:spring-cloud-starter:$springCloudStarterVersion")
|
||||
implementation("org.springframework.boot:spring-boot-starter-actuator")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
@@ -22,12 +22,6 @@ dependencies {
|
||||
appTestImplementation(project(":cr-smoke-test-support"))
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
|
||||
}
|
||||
}
|
||||
|
||||
crSmokeTest {
|
||||
webApplication = true
|
||||
}
|
||||
|
||||
@@ -6,7 +6,7 @@ plugins {
|
||||
}
|
||||
|
||||
ext {
|
||||
set('springCloudVersion', "2023.0.0-SNAPSHOT")
|
||||
set('springCloudStarterVersion', "4.1.0-SNAPSHOT")
|
||||
}
|
||||
|
||||
dependencies {
|
||||
@@ -15,19 +15,13 @@ dependencies {
|
||||
implementation("org.springframework.boot:spring-boot-starter-web")
|
||||
implementation("org.crac:crac:$cracVersion")
|
||||
implementation(project(":cr-listener"))
|
||||
implementation("org.springframework.cloud:spring-cloud-starter")
|
||||
implementation("org.springframework.cloud:spring-cloud-starter:$springCloudStarterVersion")
|
||||
|
||||
testImplementation("org.springframework.boot:spring-boot-starter-test")
|
||||
|
||||
appTestImplementation(project(":cr-smoke-test-support"))
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${springCloudVersion}"
|
||||
}
|
||||
}
|
||||
|
||||
crSmokeTest {
|
||||
webApplication = true
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user