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 b46392f commit cfd4533Copy full SHA for cfd4533
exporters/aws-otel-otlp-udp-exporter/build.gradle.kts
@@ -27,7 +27,6 @@ dependencies {
27
implementation("io.opentelemetry:opentelemetry-api")
28
implementation("io.opentelemetry:opentelemetry-sdk")
29
implementation("io.opentelemetry:opentelemetry-exporter-otlp-common")
30
- implementation("io.opentelemetry.proto:opentelemetry-proto:1.0.0-alpha")
31
compileOnly("com.google.code.findbugs:jsr305:3.0.2")
32
testImplementation(platform("org.junit:junit-bom:5.9.2"))
33
testImplementation("org.junit.jupiter:junit-jupiter-api")
0 commit comments