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

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


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

commit 7f0be46750e2a41dd04bb59d98530eb83733d3d9
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 aaf299e1378..a0f72912f52 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