suztomo commented on a change in pull request #14578:
URL: https://github.com/apache/beam/pull/14578#discussion_r617759024
##########
File path:
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -504,6 +504,7 @@ class BeamModulePlugin implements Plugin<Project> {
commons_lang3 :
"org.apache.commons:commons-lang3:3.9",
commons_math3 :
"org.apache.commons:commons-math3:3.6.1",
error_prone_annotations :
"com.google.errorprone:error_prone_annotations:$errorprone_version",
+ flogger_system_backend :
"com.google.flogger:flogger-system-backend:0.6",
Review comment:
bigdataoss_util draws old flogger-system-backend 0.5.2, which has
dependency conflict with flogger 0.6 (from google-cloud-pubsublite's
dependency). See the commit message for the details.
--
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]