lhyundeadsoul commented on code in PR #2055:
URL:
https://github.com/apache/incubator-seatunnel/pull/2055#discussion_r905977689
##########
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:
Thanks for reviewing. @CalvinKirs But how to add licenses according to
standard procedures? Thx again.
--
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]