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

zhangduo pushed a commit to branch branch-2.5
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2.5 by this push:
     new 1ab2fff2886 HBASE-28022 Remove netty 3 dependency in the pom file for 
hbase-endpoint (#5351)
1ab2fff2886 is described below

commit 1ab2fff28863e2f4a2814005e3e23c2ba1760435
Author: Duo Zhang <zhang...@apache.org>
AuthorDate: Mon Aug 14 15:01:15 2023 +0800

    HBASE-28022 Remove netty 3 dependency in the pom file for hbase-endpoint 
(#5351)
    
    Signed-off-by: Xin Sun <ddu...@gmail.com>
    Signed-off-by: GeorryHuang <huangzhuo...@apache.org>
    (cherry picked from commit 546424526be6d1eead0e8d6b4d21a0dbeafdeaa4)
---
 hbase-endpoint/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index c01c927cdfc..0ed26ed8f5a 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -386,13 +386,6 @@
             </exclusion>
           </exclusions>
         </dependency>
-        <!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
-        <dependency>
-          <groupId>io.netty</groupId>
-          <artifactId>netty</artifactId>
-          <version>3.6.2.Final</version>
-          <scope>test</scope>
-        </dependency>
         <dependency>
           <groupId>org.apache.hadoop</groupId>
           <artifactId>hadoop-minikdc</artifactId>

Reply via email to