File tree Expand file tree Collapse file tree 3 files changed +0
-3
lines changed
instrumentation-api-incubator
sdk-autoconfigure-support Expand file tree Collapse file tree 3 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ dependencies {
2222
2323 testImplementation(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
2424 testImplementation(" io.opentelemetry:opentelemetry-sdk" )
25- testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-incubator" )
2625 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
2726 testImplementation(" io.opentelemetry.semconv:opentelemetry-semconv-incubating" )
2827}
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ dependencies {
2222 testImplementation(" io.opentelemetry.javaagent:opentelemetry-testing-common" )
2323 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
2424 testImplementation(" io.opentelemetry:opentelemetry-exporter-common" )
25- testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-incubator" )
2625 testImplementation(" org.junit-pioneer:junit-pioneer" )
2726
2827 jmhImplementation(project(" :instrumentation-api-incubator" ))
Original file line number Diff line number Diff line change @@ -8,7 +8,6 @@ group = "io.opentelemetry.instrumentation"
88dependencies {
99 api(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure" )
1010 api(" io.opentelemetry:opentelemetry-sdk-extension-incubator" )
11- implementation(project(" :instrumentation-api-incubator" ))
1211
1312 compileOnly(" com.google.code.findbugs:annotations" )
1413 testCompileOnly(" com.google.code.findbugs:annotations" )
You can’t perform that action at this time.
0 commit comments