Skip to content

Commit

Permalink
[HUDI-4590] Add hudi-aws dependency to hudi-flink-bundle. (#6356)
Browse files Browse the repository at this point in the history
  • Loading branch information
BruceKellan committed Aug 10, 2022
1 parent f9eb91a commit 34f72fd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packaging/hudi-flink-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 34f72fd

Please sign in to comment.