Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

By itself, this won't do anything (you need something like

implementation library.java.commons_io
).

Have you confirmed that upgrading commons_io isn't enough? Is there a specific dependency which is pulling this one in?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be done in DataflowTemplates repo. My bad. GoogleCloudPlatform/DataflowTemplates#3966

commons_csv : "org.apache.commons:commons-csv:1.8",
commons_io : "commons-io:commons-io:2.16.1",
commons_io : "commons-io:commons-io:2.19.0",
Comment thread
derrickaw marked this conversation as resolved.
commons_lang3 : "org.apache.commons:commons-lang3:3.18.0",
commons_logging : "commons-logging:commons-logging:1.2",
commons_math3 : "org.apache.commons:commons-math3:3.6.1",
Expand Down
Loading