Lizzfox commented on code in PR #17111:
URL: https://github.com/apache/beam/pull/17111#discussion_r905212990
##########
buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy:
##########
@@ -549,6 +549,7 @@ class BeamModulePlugin implements Plugin<Project> {
commons_compress :
"org.apache.commons:commons-compress:1.21",
commons_csv :
"org.apache.commons:commons-csv:1.8",
commons_io :
"commons-io:commons-io:2.6",
+ commons_lang2_6 :
"commons-lang:commons-lang:2.6",
Review Comment:
analyzed the dependencies and found that this one is not needed, as the
necessary functionality is already in the previously added, thanks for the
remark!
--
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]