From 8e8679e92bf7a0e175895bfb6177330a8c2b176f Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Wed, 3 Mar 2021 22:23:38 +0800 Subject: [PATCH] [KYUUBI #392] Remove netty dependency ![yaooqinn](https://badgen.net/badge/Hello/yaooqinn/green) [![Closes #392](https://badgen.net/badge/Preview/Closes%20%23392/blue)](https://github.com/yaooqinn/kyuubi/pull/392) ![0](https://badgen.net/badge/%2B/0/red) ![23](https://badgen.net/badge/-/23/green) ![2](https://badgen.net/badge/commits/2/yellow) ![Target Issue](https://badgen.net/badge/Missing/Target%20Issue/ff0000) [❨?❩](https://pullrequestbadge.com/?utm_medium=github&utm_source=yaooqinn&utm_campaign=badge_info) ### _Why are the changes needed?_ netty is unnecessary ### _How was this patch tested?_ - [ ] Add some test cases that check the changes thoroughly including negative and positive cases if possible - [ ] Add screenshots for manual tests if appropriate - [x] [Run test](https://kyuubi.readthedocs.io/en/latest/tools/testing.html#running-tests) locally before make a pull request Closes #392 from yaooqinn/netty. 824d84e [Kent Yao] nit 402317d [Kent Yao] Remove netty dependency Authored-by: Kent Yao Signed-off-by: Kent Yao --- kyuubi-assembly/pom.xml | 4 ---- kyuubi-ha/pom.xml | 6 ------ kyuubi-main/pom.xml | 6 ------ pom.xml | 7 ------- 4 files changed, 23 deletions(-) diff --git a/kyuubi-assembly/pom.xml b/kyuubi-assembly/pom.xml index 88f8ffcaa..5482e7853 100644 --- a/kyuubi-assembly/pom.xml +++ b/kyuubi-assembly/pom.xml @@ -77,10 +77,6 @@ curator-test - - io.netty - netty - diff --git a/kyuubi-ha/pom.xml b/kyuubi-ha/pom.xml index f563710f1..2143b957d 100644 --- a/kyuubi-ha/pom.xml +++ b/kyuubi-ha/pom.xml @@ -65,12 +65,6 @@ curator-test provided - - - io.netty - netty - provided - diff --git a/kyuubi-main/pom.xml b/kyuubi-main/pom.xml index 1f1b8c4f2..cafb4bc6b 100644 --- a/kyuubi-main/pom.xml +++ b/kyuubi-main/pom.xml @@ -115,12 +115,6 @@ test - - io.netty - netty - test - - org.apache.iceberg ${iceberg.name} diff --git a/pom.xml b/pom.xml index 1a98b9f64..dcb847342 100644 --- a/pom.xml +++ b/pom.xml @@ -67,7 +67,6 @@ 2.12.0 2.7.4 2.3.7 - 3.7.0.Final 3.0.2 1.7.30 3.4.14 @@ -806,12 +805,6 @@ - - io.netty - netty - ${netty3.version} - - org.apache.iceberg ${iceberg.name}