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 9c750ff commit e79b4b3Copy full SHA for e79b4b3
processors/build.gradle.kts
@@ -19,6 +19,7 @@ dependencies {
19
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
20
implementation("com.fasterxml.jackson.core:jackson-core")
21
22
+ testImplementation("io.opentelemetry:opentelemetry-api-incubator")
23
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
24
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
25
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-incubator")
0 commit comments