danny0405 commented on code in PR #5666:
URL: https://github.com/apache/hudi/pull/5666#discussion_r880015739
##########
hudi-flink-datasource/hudi-flink/pom.xml:
##########
@@ -89,6 +89,12 @@
<artifactId>hudi-client-common</artifactId>
<version>${project.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hudi</groupId>
+ <artifactId>hudi-aws</artifactId>
+ <version>${project.version}</version>
+ <scope>provided</scope>
+ </dependency>
Review Comment:
We still add a dependency for the `hudi-client-common`, if we want to avoid
clazz conflicts, a better solution is to create a shaded module for these
vendor jars.
--
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]