Add Gradle and Maven dependency management for Micrometer.

Apache Geode 1.14 is based on Micrometer 1.x (1.6.3) and Spring Boot 3.0 is based on Micrometer 2.0.

Micrometer 1.9 serves as a bridge between libraries, framework, products or applications using Micrometer 1.x while Spring Boot 3 is based on Micrometer 2.

Upgrade to Micrometer 1.9.0-M4.
This commit is contained in:
John Blum
2022-03-17 16:22:10 -07:00
parent 839d31ac4b
commit 3e851e1db8
3 changed files with 8 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ ext['logbackVersion'] = '1.2.9'
dependencyManagement {
imports {
mavenBom "io.micrometer:micrometer-bom:$micrometerVersion"
mavenBom "org.springframework:spring-framework-bom:$springVersion"
mavenBom "org.springframework.data:spring-data-bom:$springDataBomVersion"
}