lukecwik commented on a change in pull request #16233:
URL: https://github.com/apache/beam/pull/16233#discussion_r768917529



##########
File path: 
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
##########
@@ -1149,6 +1149,16 @@ class BeamModulePlugin implements Plugin<Project> {
         
options.errorprone.errorproneArgs.add("-Xep:UnsafeReflectiveConstructionCast:OFF")
       }
 
+      def log4j_version = "2.15.0"
+      configurations.all {
+        resolutionStrategy {

Review comment:
       How does this interact with the published pom.xml files?
   
   How does this interact with the recommendation to use the GCP BOMs?




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