Skip to content

Commit ca0ef68

Browse files
committed
HBASE-28022 Remove netty 3 dependency in the pom file for hbase-endpoint (#5351)
Signed-off-by: Xin Sun <ddupgs@gmail.com> Signed-off-by: GeorryHuang <huangzhuoyue@apache.org> (cherry picked from commit 5464245)
1 parent 61cecf1 commit ca0ef68

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

hbase-endpoint/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -280,13 +280,6 @@
280280
</exclusion>
281281
</exclusions>
282282
</dependency>
283-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
284-
<dependency>
285-
<groupId>io.netty</groupId>
286-
<artifactId>netty</artifactId>
287-
<version>3.6.2.Final</version>
288-
<scope>test</scope>
289-
</dependency>
290283
<dependency>
291284
<groupId>org.apache.hadoop</groupId>
292285
<artifactId>hadoop-minikdc</artifactId>

0 commit comments

Comments
 (0)