This is an automated email from the ASF dual-hosted git repository. codope pushed a commit to branch release-0.12.0 in repository https://gitbox.apache.org/repos/asf/hudi.git
commit ae71461057e8434d78866513f48bbfec2fee8e69 Author: BruceLin <[email protected]> AuthorDate: Wed Aug 10 20:25:02 2022 +0800 [HUDI-4590] Add hudi-aws dependency to hudi-flink-bundle. (#6356) --- packaging/hudi-flink-bundle/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml index 3c21f6d269..98266238e3 100644 --- a/packaging/hudi-flink-bundle/pom.xml +++ b/packaging/hudi-flink-bundle/pom.xml @@ -348,6 +348,11 @@ </exclusion> </exclusions> </dependency> + <dependency> + <groupId>org.apache.hudi</groupId> + <artifactId>hudi-aws</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.hudi</groupId> <artifactId>hudi-flink-client</artifactId>
