We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5355f5 commit c6d9eeeCopy full SHA for c6d9eee
baggage-processor/build.gradle.kts
@@ -17,6 +17,8 @@ dependencies {
17
implementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure-spi")
18
compileOnly("io.opentelemetry:opentelemetry-sdk-extension-incubator")
19
20
+ testAnnotationProcessor("com.google.auto.service:auto-service")
21
+ testCompileOnly("com.google.auto.service:auto-service-annotations")
22
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
23
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-incubator")
24
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
0 commit comments