File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
module/spring-boot-micrometer-tracing-opentelemetry Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments