fix(executor): 修复依赖错误

This commit is contained in:
v-zhangjc9
2024-03-07 14:45:03 +08:00
parent a0cc56dcc5
commit 9124b92838
2 changed files with 7 additions and 1 deletions

View File

@@ -89,6 +89,12 @@
<dependency>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-3-uber</artifactId>
<exclusions>
<exclusion>
<groupId>org.apache.flink</groupId>
<artifactId>flink-shaded-hadoop-3</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>