hk-lrzy commented on code in PR #2586:
URL:
https://github.com/apache/incubator-seatunnel/pull/2586#discussion_r964980234
##########
seatunnel-examples/seatunnel-flink-connector-v2-example/pom.xml:
##########
@@ -32,6 +32,16 @@
<flink.scope>compile</flink.scope>
</properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ <version>2.8.0</version>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
+
Review Comment:
can‘t revert, because there have conflict by this dependency.
it caused by databus import low version `commons-io`
--
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]