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

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


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

commit 31593ccb2f43c788ae230ca261e450fff3e4b629
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]>
---
 pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 42604e8e734..593506af7f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -838,7 +838,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.15.0</audience-annotations.version>
@@ -1840,11 +1839,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