Skip to content

Commit 1ab2fff

Browse files
committed
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 5464245)
1 parent 18ffa8f commit 1ab2fff

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
@@ -386,13 +386,6 @@
386386
</exclusion>
387387
</exclusions>
388388
</dependency>
389-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
390-
<dependency>
391-
<groupId>io.netty</groupId>
392-
<artifactId>netty</artifactId>
393-
<version>3.6.2.Final</version>
394-
<scope>test</scope>
395-
</dependency>
396389
<dependency>
397390
<groupId>org.apache.hadoop</groupId>
398391
<artifactId>hadoop-minikdc</artifactId>

0 commit comments

Comments
 (0)