Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency.

This commit is contained in:
John Blum
2022-04-06 13:23:33 -07:00
parent f5ab7e537c
commit 3c741fc7c7
7 changed files with 12 additions and 4 deletions

View File

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

View File

@@ -13,4 +13,6 @@ dependencies {
// defined in the DependencySetPlugin.
testImplementation "org.springframework.boot:spring-boot-starter-test"
testRuntimeOnly project(':apache-geode-micrometer2')
}

View File

@@ -28,6 +28,8 @@ dependencies {
testCompileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
testRuntimeOnly project(':apache-geode-micrometer2')
testRuntimeOnly "javax.cache:cache-api"
testRuntimeOnly "org.apache.geode:geode-http-service:$apacheGeodeVersion"
testRuntimeOnly "org.apache.geode:geode-web:$apacheGeodeVersion"

View File

@@ -33,6 +33,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-data-cassandra"
testImplementation "org.springframework.data:spring-data-geode-test"
testRuntimeOnly project(':apache-geode-micrometer2')
testRuntimeOnly "org.hsqldb:hsqldb"
}