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

danny0405 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 5ccb19bb417 [MINOR] Remove redundant dependency (#12130)
5ccb19bb417 is described below

commit 5ccb19bb417d17368b0855fff041a9a129638802
Author: Shawn Chang <[email protected]>
AuthorDate: Sun Oct 20 18:18:17 2024 -0700

    [MINOR] Remove redundant dependency (#12130)
    
    Co-authored-by: Shawn Chang <[email protected]>
---
 hudi-spark-datasource/hudi-spark-common/pom.xml | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/hudi-spark-datasource/hudi-spark-common/pom.xml 
b/hudi-spark-datasource/hudi-spark-common/pom.xml
index 11c656ebb1b..aca386c656e 100644
--- a/hudi-spark-datasource/hudi-spark-common/pom.xml
+++ b/hudi-spark-datasource/hudi-spark-common/pom.xml
@@ -181,11 +181,6 @@
       <artifactId>hudi-hadoop-common</artifactId>
       <version>${project.version}</version>
     </dependency>
-    <dependency>
-      <groupId>org.apache.hudi</groupId>
-      <artifactId>hudi-hadoop-common</artifactId>
-      <version>${project.version}</version>
-    </dependency>
     <dependency>
       <groupId>org.apache.hudi</groupId>
       <artifactId>hudi-hive-sync</artifactId>

Reply via email to