File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
spring-boot-micrometer-metrics-test
spring-boot-micrometer-tracing-test Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ description = "Spring Boot Micrometer Metrics Test"
2727dependencies {
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" )
Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ description = "Spring Boot Micrometer Tracing Test"
2727dependencies {
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" )
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments