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 546424526be HBASE-28022 Remove netty 3 dependency in the pom file for
hbase-endpoint (#5351)
546424526be is described below
commit 546424526be6d1eead0e8d6b4d21a0dbeafdeaa4
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]>
---
hbase-endpoint/pom.xml | 7 -------
1 file changed, 7 deletions(-)
diff --git a/hbase-endpoint/pom.xml b/hbase-endpoint/pom.xml
index f95cc269c1f..59a625b4bbc 100644
--- a/hbase-endpoint/pom.xml
+++ b/hbase-endpoint/pom.xml
@@ -280,13 +280,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>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>