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 27341e2 commit f86a85bCopy full SHA for f86a85b
1 file changed
runners/google-cloud-dataflow-java/build.gradle
@@ -113,6 +113,9 @@ dependencies {
113
implementation library.java.google_cloud_logging
114
permitUnusedDeclared library.java.google_cloud_logging // BEAM-11761
115
implementation library.java.opentelemetry_context
116
+ runtimeOnly library.java.opentelemetry_exporter_otlp
117
+ runtimeOnly library.java.opentelemetry_extension_autoconfigure
118
+ runtimeOnly project(":sdks:java:extensions:opentelemetry-gcp-auth-extension")
119
implementation library.java.hamcrest
120
implementation library.java.jackson_annotations
121
implementation library.java.jackson_core
0 commit comments