This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-3
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-3 by this push:
new 2521a2320f3 HBASE-28949 Remove the netty 3 dependency management
section (#6460)
2521a2320f3 is described below
commit 2521a2320f3d79a36655f1a314f437a1f76c02c3
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 d5a1bb824f3..dc3888f900d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -814,7 +814,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>
@@ -1816,11 +1815,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>