Abacn commented on code in PR #36962:
URL: https://github.com/apache/beam/pull/36962#discussion_r3250208052
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -857,6 +858,11 @@ class BeamModulePlugin implements Plugin<Project> {
netty_transport_native_epoll :
"io.netty:netty-transport-native-epoll:$netty_version",
opentelemetry_api :
"io.opentelemetry:opentelemetry-api", // google_cloud_platform_libraries_bom
sets version
opentelemetry_bom :
"io.opentelemetry:opentelemetry-bom-alpha:$opentelemetry_version-alpha", //
alpha required by extensions
+ opentelemetry_context :
"io.opentelemetry:opentelemetry-context", //
google_cloud_platform_libraries_bom sets version
Review Comment:
google_cloud_platform_libraries_bom unfortunately didn't set version for
this dep, causing invalid pom
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]