Remove apache-geode-micrometer2 module.

The integration module between Apache Geode 1.14.x (based on Micrometer 1.x) and Micrometer 2.0 is not longer needed since the Micrometer team is rolling back changes to the Micrometer Binders API in 2.0 to re-include the Binders back in micrometer-core.
This commit is contained in:
John Blum
2022-04-12 15:51:17 -07:00
parent ff726c000e
commit 7607415b36
12 changed files with 0 additions and 271 deletions

View File

@@ -16,6 +16,4 @@ dependencies {
testImplementation "org.apache.geode:geode-membership:$apacheGeodeVersion"
testImplementation "org.apache.geode:geode-serialization:$apacheGeodeVersion"
testRuntimeOnly project(':apache-geode-micrometer2')
}