Skip to content

Commit 66923fb

Browse files
[Hotfix][Zeta] Fix conflict dependency of hadoop-hdfs (#4509)
1 parent fbd05b3 commit 66923fb

File tree

1 file changed

+4
-0
lines changed
  • seatunnel-connectors-v2/connector-hudi

1 file changed

+4
-0
lines changed

seatunnel-connectors-v2/connector-hudi/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@
9999
<groupId>org.glassfish</groupId>
100100
<artifactId>javax.el</artifactId>
101101
</exclusion>
102+
<exclusion>
103+
<groupId>org.apache.hadoop</groupId>
104+
<artifactId>hadoop-hdfs</artifactId>
105+
</exclusion>
102106
</exclusions>
103107
</dependency>
104108

0 commit comments

Comments
 (0)