Add apache-geode-micrometer2 module as a runtimeOnly project dependency in the spring-geode-starter.

This commit is contained in:
John Blum
2022-04-06 13:31:44 -07:00
parent 3c741fc7c7
commit 63b099c947

View File

@@ -9,6 +9,8 @@ dependencies {
api project(':spring-geode')
api project(':spring-geode-autoconfigure')
runtimeOnly project(':apache-geode-micrometer2')
runtimeOnly 'org.springframework.shell:spring-shell'
}