xxubai commented on code in PR #3593:
URL: https://github.com/apache/amoro/pull/3593#discussion_r2127814265
##########
amoro-ams/pom.xml:
##########
@@ -317,6 +317,17 @@
<scope>runtime</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-aliyun</artifactId>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.paimon</groupId>
+ <artifactId>paimon-oss</artifactId>
Review Comment:
Can this dependency move to paimon module? And only include this when enable
`upport-paimon-format`
--
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]