fix(hudi-query): 修复juicefs依赖缺失

This commit is contained in:
v-zhangjc9
2024-03-19 18:01:49 +08:00
parent 59acf837ad
commit 40e387239b

View File

@@ -72,6 +72,10 @@
<groupId>org.apache.hudi</groupId>
<artifactId>hudi-flink${flink.major.version}-bundle</artifactId>
</dependency>
<dependency>
<groupId>io.juicefs</groupId>
<artifactId>juicefs-hadoop</artifactId>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>