Skip to content

Commit 2ff9076

Browse files
committed
Add missing dependency to fix build
1 parent f690101 commit 2ff9076

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

exporters/otlp/common/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ testing {
5050

5151
implementation("com.fasterxml.jackson.core:jackson-databind")
5252
implementation("com.google.protobuf:protobuf-java-util")
53+
implementation("com.google.guava:guava")
5354
implementation("io.opentelemetry.proto:opentelemetry-proto")
5455
}
5556
}

0 commit comments

Comments
 (0)