Skip to content

Commit b3a4ddb

Browse files
committed
Merge branch '4.0.x'
Closes gh-48586
2 parents 7f810f1 + 77807f5 commit b3a4ddb

File tree

1 file changed

+1
-1
lines changed
  • module/spring-boot-micrometer-tracing-opentelemetry

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ dependencies {
2929
api(project(":core:spring-boot"))
3030
api(project(":module:spring-boot-micrometer-observation"))
3131
api(project(":module:spring-boot-micrometer-tracing"))
32+
api(project(":module:spring-boot-opentelemetry"))
3233
api("io.micrometer:micrometer-tracing") {
3334
exclude(group: "aopalliance", module: "aopalliance")
3435
}
@@ -49,7 +50,6 @@ dependencies {
4950

5051
testImplementation(project(":core:spring-boot-test"))
5152
testImplementation(project(":test-support:spring-boot-test-support"))
52-
testImplementation(project(":module:spring-boot-opentelemetry"))
5353
testImplementation("com.squareup.okhttp3:mockwebserver")
5454
testImplementation("io.micrometer:micrometer-registry-prometheus")
5555
testImplementation("io.opentelemetry:opentelemetry-exporter-common")

0 commit comments

Comments
 (0)