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:
John Blum
2022-04-12 16:47:06 -07:00
parent 7607415b36
commit fcda14f84f

View File

@@ -5,6 +5,9 @@ dependencyManagement {
imports {
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
// version (1.6.3). Spring Boot 3.0 declares and depends on Micrometer 2.0.
//mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"