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 f690101 commit 2ff9076Copy full SHA for 2ff9076
exporters/otlp/common/build.gradle.kts
@@ -50,6 +50,7 @@ testing {
50
51
implementation("com.fasterxml.jackson.core:jackson-databind")
52
implementation("com.google.protobuf:protobuf-java-util")
53
+ implementation("com.google.guava:guava")
54
implementation("io.opentelemetry.proto:opentelemetry-proto")
55
}
56
0 commit comments