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

chengpan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/kyuubi-shaded.git


The following commit(s) were added to refs/heads/master by this push:
     new 9ecf893  [KYUUBI-SHADED #13] Exclude Netty from Zookeeper 3.6
9ecf893 is described below

commit 9ecf893c4916c8e9c6708c6facb7ae9fcf5ad875
Author: Cheng Pan <[email protected]>
AuthorDate: Thu May 18 14:44:47 2023 +0800

    [KYUUBI-SHADED #13] Exclude Netty from Zookeeper 3.6
    
    ### _Why are the changes needed?_
    
    ### _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
    
    - [ ] [Run 
test](https://kyuubi.readthedocs.io/en/master/develop_tools/testing.html#running-tests)
 locally before make a pull request
    
    Closes #13 from pan3793/zk36-netty.
    
    df278e9 [Cheng Pan] Excluding Netty from Zookeeper 3.6
    
    Authored-by: Cheng Pan <[email protected]>
    Signed-off-by: Cheng Pan <[email protected]>
---
 .../kyuubi-shaded-zookeeper-36/pom.xml                           | 4 ++++
 .../src/main/resources/META-INF/NOTICE                           | 9 ---------
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml 
b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml
index d7efb9c..c169f9b 100644
--- a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml
+++ b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/pom.xml
@@ -79,6 +79,10 @@ under the License.
                     <groupId>org.slf4j</groupId>
                     <artifactId>slf4j-log4j12</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>io.netty</groupId>
+                    <artifactId>*</artifactId>
+                </exclusion>
             </exclusions>
         </dependency>
         <dependency>
diff --git 
a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
 
b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
index 0272d87..04eca74 100644
--- 
a/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
+++ 
b/kyuubi-shaded-zookeeper-parent/kyuubi-shaded-zookeeper-36/src/main/resources/META-INF/NOTICE
@@ -8,15 +8,6 @@ This project bundles the following dependencies under the 
Apache Software Licens
 
 - com.google.guava:guava:31.1-jre
 - io.dropwizard.metrics:metrics-core:3.2.5
-- io.netty:netty-buffer:4.1.91.Final
-- io.netty:netty-codec:4.1.91.Final
-- io.netty:netty-common:4.1.91.Final
-- io.netty:netty-handler:4.1.91.Final
-- io.netty:netty-resolver:4.1.91.Final
-- io.netty:netty-transport-classes-epoll:4.1.91.Final
-- io.netty:netty-transport-native-epoll:4.1.91.Final
-- io.netty:netty-transport-native-unix-common:4.1.91.Final
-- io.netty:netty-transport:4.1.91.Final
 - org.apache.curator:curator-client:5.4.0
 - org.apache.curator:curator-framework:5.4.0
 - org.apache.curator:curator-recipes:5.4.0

Reply via email to