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 aa4c6a5b76e HBASE-28949 Remove the netty 3 dependency management 
section (#6460)
aa4c6a5b76e is described below

commit aa4c6a5b76eb90cafc26e2ddbc676190b0307593
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 0436cad71a1..8c14b1c47fb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -564,7 +564,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.100.Final</netty4.version>
     <!-- end HBASE-15925 default hadoop compatibility values -->
     <audience-annotations.version>0.13.0</audience-annotations.version>
@@ -1559,11 +1558,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