Skip to content

Commit e071006

Browse files
committed
Remove spring-boot-micrometer-tracing from Actuator starter
Closes gh-47785
1 parent 4e86ff0 commit e071006

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

smoke-test/spring-boot-smoke-test-prometheus/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ description = "Spring Boot Prometheus smoke test"
2323
dependencies {
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')

starter/spring-boot-starter-actuator-test/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
}

starter/spring-boot-starter-actuator/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)