veblush commented on code in PR #17486:
URL: https://github.com/apache/beam/pull/17486#discussion_r860334117


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -609,6 +609,8 @@ class BeamModulePlugin implements Plugin<Project> {
         grpc_netty                                  : "io.grpc:grpc-netty", // 
google_cloud_platform_libraries_bom sets version
         grpc_netty_shaded                           : 
"io.grpc:grpc-netty-shaded", // google_cloud_platform_libraries_bom sets version
         grpc_stub                                   : "io.grpc:grpc-stub", // 
google_cloud_platform_libraries_bom sets version
+        // Once grpc-xds is added to google_cloud_platform_libraries_bom, use 
google_cloud_platform_libraries_bom instead.
+        grpc_xds                                    : 
"io.grpc:grpc-xds:$grpc_version",

Review Comment:
   Oh I added it to `sdks/java/io/google-cloud-platform/build.gradle`. PTAL



-- 
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]

Reply via email to