Skip to content

Commit c2b2000

Browse files
committed
Merge branch '4.0.x'
Closes gh-48626
2 parents 916c1fd + 2c55ccf commit c2b2000

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

module/spring-boot-micrometer-metrics-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ description = "Spring Boot Micrometer Metrics Test"
2727
dependencies {
2828
api(project(":core:spring-boot-test-autoconfigure"))
2929
api(project(":module:spring-boot-micrometer-metrics"))
30+
api("io.micrometer:micrometer-observation-test")
3031

3132
optional(project(":core:spring-boot-autoconfigure"))
3233
optional("org.junit.jupiter:junit-jupiter-api")

module/spring-boot-micrometer-tracing-test/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ description = "Spring Boot Micrometer Tracing Test"
2727
dependencies {
2828
api(project(":core:spring-boot-test-autoconfigure"))
2929
api(project(":module:spring-boot-micrometer-tracing"))
30+
api("io.micrometer:micrometer-observation-test")
3031

3132
optional(project(":core:spring-boot-autoconfigure"))
3233
optional("org.junit.jupiter:junit-jupiter-api")

module/spring-boot-restclient/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,9 @@ dependencies {
3636
optional("org.eclipse.jetty:jetty-client")
3737

3838
testImplementation(project(":core:spring-boot-test"))
39-
testImplementation(project(":module:spring-boot-micrometer-metrics"))
39+
testImplementation(project(":module:spring-boot-micrometer-metrics-test"))
4040
testImplementation(project(":module:spring-boot-tomcat"))
4141
testImplementation(project(":test-support:spring-boot-test-support"))
42-
testImplementation("io.micrometer:micrometer-observation-test")
4342

4443
testRuntimeOnly("ch.qos.logback:logback-classic")
4544
testRuntimeOnly("jakarta.servlet:jakarta.servlet-api")

0 commit comments

Comments
 (0)