CalvinKirs commented on code in PR #2055:
URL:
https://github.com/apache/incubator-seatunnel/pull/2055#discussion_r907948239
##########
pom.xml:
##########
@@ -433,6 +434,11 @@
<artifactId>commons-lang3</artifactId>
<version>${commons-lang3.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-collections4</artifactId>
+ <version>${commons-collections4.version}</version>
+ </dependency>
Review Comment:
If there are no other considerations, you just need to modify
`common-collections.version` to 4.2, which is already used 4.2 in our project;
--
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]