Skip to content

Commit b9696b8

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 40d6d7e commit b9696b8

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

hbase-endpoint/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -353,13 +353,6 @@
353353
</exclusion>
354354
</exclusions>
355355
</dependency>
356-
<!-- Hadoop needs Netty 3.x at test scope for the minicluster -->
357-
<dependency>
358-
<groupId>io.netty</groupId>
359-
<artifactId>netty</artifactId>
360-
<version>3.6.2.Final</version>
361-
<scope>test</scope>
362-
</dependency>
363356
</dependencies>
364357
</profile>
365358
<profile>

0 commit comments

Comments
 (0)