Add apache-geode-micrometer2 dependency as testRuntimeOnly dependency.
This commit is contained in:
@@ -16,4 +16,6 @@ dependencies {
|
||||
testImplementation "org.apache.geode:geode-membership:$apacheGeodeVersion"
|
||||
testImplementation "org.apache.geode:geode-serialization:$apacheGeodeVersion"
|
||||
|
||||
testRuntimeOnly project(':apache-geode-micrometer2')
|
||||
|
||||
}
|
||||
|
||||
@@ -13,4 +13,6 @@ dependencies {
|
||||
// defined in the DependencySetPlugin.
|
||||
testImplementation "org.springframework.boot:spring-boot-starter-test"
|
||||
|
||||
testRuntimeOnly project(':apache-geode-micrometer2')
|
||||
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
}
|
||||
|
||||
@@ -11,10 +11,10 @@ dependencies {
|
||||
implementation project(":spring-geode-starter")
|
||||
implementation project(":spring-geode-starter-test")
|
||||
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
|
||||
implementation "org.assertj:assertj-core"
|
||||
implementation "org.projectlombok:lombok"
|
||||
implementation "org.springframework.boot:spring-boot-starter-web"
|
||||
|
||||
}
|
||||
|
||||
bootJar {
|
||||
|
||||
@@ -8,10 +8,10 @@ description = "Spring Geode Sample demonstrating Spring's Cache Abstraction usin
|
||||
|
||||
dependencies {
|
||||
|
||||
implementation project(":spring-geode-starter")
|
||||
|
||||
compileOnly "com.google.code.findbugs:jsr305:$findbugsVersion"
|
||||
|
||||
implementation project(":spring-geode-starter")
|
||||
|
||||
implementation "org.projectlombok:lombok"
|
||||
implementation "jakarta.persistence:jakarta.persistence-api"
|
||||
implementation "org.springframework.boot:spring-boot-starter-data-jpa"
|
||||
|
||||
@@ -18,4 +18,5 @@ dependencies {
|
||||
testImplementation('org.springframework.boot:spring-boot-starter-test') {
|
||||
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user