You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by xu...@apache.org on 2022/05/24 10:56:34 UTC

[hudi] branch master updated: [HUDI-4135] remove netty and netty-all (#5663)

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

xushiyan 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 0caa55ecb4 [HUDI-4135] remove netty and netty-all (#5663)
0caa55ecb4 is described below

commit 0caa55ecb42cdecbc027521535200540a2467832
Author: liujinhui <96...@qq.com>
AuthorDate: Tue May 24 18:56:28 2022 +0800

    [HUDI-4135] remove netty and netty-all (#5663)
---
 hudi-spark-datasource/hudi-spark2/pom.xml | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/hudi-spark-datasource/hudi-spark2/pom.xml b/hudi-spark-datasource/hudi-spark2/pom.xml
index 679579ae9a..3d7f61c290 100644
--- a/hudi-spark-datasource/hudi-spark2/pom.xml
+++ b/hudi-spark-datasource/hudi-spark2/pom.xml
@@ -203,19 +203,6 @@
       <optional>true</optional>
     </dependency>
 
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty</artifactId>
-      <version>3.9.9.Final</version>
-      <optional>true</optional>
-    </dependency>
-    <dependency>
-      <groupId>io.netty</groupId>
-      <artifactId>netty-all</artifactId>
-      <version>4.1.17.Final</version>
-      <optional>true</optional>
-    </dependency>
-
     <!-- Hoodie - Test -->
     <dependency>
       <groupId>org.apache.hudi</groupId>