File tree Expand file tree Collapse file tree 3 files changed +1
-2
lines changed
smoke-test/spring-boot-smoke-test-prometheus
spring-boot-starter-actuator-test
spring-boot-starter-actuator Expand file tree Collapse file tree 3 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ description = "Spring Boot Prometheus smoke test"
2323dependencies {
2424 implementation(project(" :starter:spring-boot-starter-actuator" ))
2525 implementation(project(" :starter:spring-boot-starter-webmvc" ))
26+ implementation(project(" :module:spring-boot-micrometer-tracing" ))
2627 implementation(' io.micrometer:micrometer-tracing-bridge-brave' )
2728
2829 runtimeOnly(' io.micrometer:micrometer-registry-prometheus' )
Original file line number Diff line number Diff line change @@ -25,5 +25,4 @@ dependencies {
2525 api(project(" :starter:spring-boot-starter-test" ))
2626
2727 api(project(" :module:spring-boot-micrometer-metrics-test" ))
28- api(project(" :module:spring-boot-micrometer-tracing-test" ))
2928}
Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ dependencies {
2626 api(project(" :module:spring-boot-actuator-autoconfigure" ))
2727 api(project(" :module:spring-boot-health" ))
2828 api(project(" :module:spring-boot-micrometer-metrics" ))
29- api(project(" :module:spring-boot-micrometer-tracing" ))
3029
3130 api(" io.micrometer:micrometer-observation" )
3231 api(" io.micrometer:micrometer-jakarta9" )
You can’t perform that action at this time.
0 commit comments