Removed any references to cloud BOMs; fixes gh-2062

This commit is contained in:
Marcin Grzejszczak
2023-12-14 11:15:16 +01:00
parent ebac7f176c
commit 3891ee8111
15 changed files with 21 additions and 43 deletions

View File

@@ -14,12 +14,10 @@ repositories {
mavenLocal()
maven { url "https://repo.spring.io/snapshot" }
maven { url "https://repo.spring.io/milestone" }
maven { url "https://repo.spring.io/release" }
}
dependencyManagement {
imports {
mavenBom "org.springframework.cloud:spring-cloud-dependencies:${BOM_VERSION}"
mavenBom "org.springframework.cloud:spring-cloud-contract-dependencies:${verifierVersion}"
}
}

View File

@@ -1,4 +1,3 @@
org.gradle.daemon=false
verifierVersion=4.0.5-SNAPSHOT
BOM_VERSION=2022.0.5-SNAPSHOT
bootVersion=3.0.9