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

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


The following commit(s) were added to refs/heads/branch-2.6 by this push:
     new 6fbf25ea72c HBASE-28949 Remove the netty 3 dependency management 
section (#6460)
6fbf25ea72c is described below

commit 6fbf25ea72c14c5b228c399f1bbef835ab44e392
Author: Duo Zhang <[email protected]>
AuthorDate: Wed Nov 13 09:48:07 2024 +0800

    HBASE-28949 Remove the netty 3 dependency management section (#6460)
    
    Signed-off-by: Nihal Jain <[email protected]>
    (cherry picked from commit 31593ccb2f43c788ae230ca261e450fff3e4b629)
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index d2c347b2233..f79b06d7601 100644
--- a/pom.xml
+++ b/pom.xml
@@ -566,7 +566,6 @@
       in the dependencyManagement section as it could still lead to different 
versions of netty
       modules and cause trouble if we only rely on transitive dependencies.
     -->
-    <netty3.version>3.10.6.Final</netty3.version>
     <netty4.version>4.1.112.Final</netty4.version>
     <!-- end HBASE-15925 default hadoop compatibility values -->
     <audience-annotations.version>0.13.0</audience-annotations.version>
@@ -1583,11 +1582,6 @@
           </exclusion>
         </exclusions>
       </dependency>
-      <dependency>
-        <groupId>io.netty</groupId>
-        <artifactId>netty</artifactId>
-        <version>${netty3.version}</version>
-      </dependency>
       <dependency>
         <groupId>io.netty</groupId>
         <artifactId>netty-bom</artifactId>

Reply via email to