You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@seatunnel.apache.org by ty...@apache.org on 2023/04/08 10:26:02 UTC

[incubator-seatunnel] branch dev updated: [Hotfix][Zeta] Fix conflict dependency of hadoop-hdfs (#4509)

This is an automated email from the ASF dual-hosted git repository.

tyrantlucifer pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-seatunnel.git


The following commit(s) were added to refs/heads/dev by this push:
     new 66923fbdb [Hotfix][Zeta] Fix conflict dependency of hadoop-hdfs (#4509)
66923fbdb is described below

commit 66923fbdbdb1f215c3478a8a9623628826290021
Author: Tyrantlucifer <Ty...@gmail.com>
AuthorDate: Sat Apr 8 18:25:55 2023 +0800

    [Hotfix][Zeta] Fix conflict dependency of hadoop-hdfs (#4509)
---
 seatunnel-connectors-v2/connector-hudi/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/seatunnel-connectors-v2/connector-hudi/pom.xml b/seatunnel-connectors-v2/connector-hudi/pom.xml
index d8488d651..4a5e15ebe 100644
--- a/seatunnel-connectors-v2/connector-hudi/pom.xml
+++ b/seatunnel-connectors-v2/connector-hudi/pom.xml
@@ -99,6 +99,10 @@
                     <groupId>org.glassfish</groupId>
                     <artifactId>javax.el</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>org.apache.hadoop</groupId>
+                    <artifactId>hadoop-hdfs</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>