This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/branch-2.4 by this push:
new b9696b8d294 HBASE-28022 Remove netty 3 dependency in the pom file for
hbase-endpoint (#5351)
b9696b8d294 is described below
commit b9696b8d294e828956ee518b0e6ca737174e7389
Author: Duo Zhang <[email protected]>
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 <[email protected]>
Signed-off-by: GeorryHuang <[email protected]>
(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 991ad513e55..badd1a36eb8 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -353,13 +353,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>
</dependencies>
</profile>
<profile>