Add capability to override the core Spring Framework version delcared and managed by Spring Boot.
Adds (disabled) dependency management for the core Spring Framework BOM.
This commit is contained in:
@@ -5,6 +5,9 @@ dependencyManagement {
|
|||||||
imports {
|
imports {
|
||||||
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
mavenBom "org.springframework.boot:spring-boot-dependencies:$springBootVersion"
|
||||||
|
|
||||||
|
// Declared and managed Spring Framework (BOM) version to override Spring Boot as needed.
|
||||||
|
//mavenBom 'org.springframework:spring-framework-bom:$springVersion'
|
||||||
|
|
||||||
// Declared and managed Micrometer (BOM) version based on Apache Geode 1.14.3's declared, required Micrometer
|
// Declared and managed Micrometer (BOM) version based on Apache Geode 1.14.3's declared, required Micrometer
|
||||||
// version (1.6.3). Spring Boot 3.0 declares and depends on Micrometer 2.0.
|
// version (1.6.3). Spring Boot 3.0 declares and depends on Micrometer 2.0.
|
||||||
//mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
|
//mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
|
||||||
|
|||||||
Reference in New Issue
Block a user