damccorm commented on code in PR #38779:
URL: https://github.com/apache/beam/pull/38779#discussion_r3405123675


##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -724,8 +724,9 @@ class BeamModulePlugin implements Plugin<Project> {
         commons_codec                               : 
"commons-codec:commons-codec:1.17.1",
         commons_collections                         : 
"commons-collections:commons-collections:3.2.2",
         commons_compress                            : 
"org.apache.commons:commons-compress:1.26.2",
+        commons_configuration2                      : 
"org.apache.commons:commons-configuration2:2.15.0",

Review Comment:
   By itself, this won't do anything (you need something like 
https://github.com/apache/beam/blob/7d642a024a4e9164f72eaf642f95e3725e4d8f7f/sdks/java/io/azure/build.gradle#L35).
   
   Have you confirmed that upgrading commons_io isn't enough? Is there a 
specific dependency which is pulling this one in?



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