ibzib commented on a change in pull request #13791:
URL: https://github.com/apache/beam/pull/13791#discussion_r583232023
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -600,11 +601,15 @@ class BeamModulePlugin implements Plugin<Project> {
powermock_mockito :
"org.powermock:powermock-api-mockito2:$powermock_version",
protobuf_java :
"com.google.protobuf:protobuf-java:$protobuf_version",
protobuf_java_util :
"com.google.protobuf:protobuf-java-util:$protobuf_version",
+ proto_google_cloud_bigquery_storage_v1 :
"com.google.api.grpc:proto-google-cloud-bigquerystorage-v1", //
google_cloud_platform_libraries_bom sets version
+ proto_google_cloud_bigquery_storage_v1beta1 :
"com.google.api.grpc:proto-google-cloud-bigquerystorage-v1beta1", //
google_cloud_platform_libraries_bom sets version
Review comment:
This is no longer used anywhere.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]