Skip to content

Commit

Permalink
HBASE-28022 Remove netty 3 dependency in the pom file for hbase-endpo…
Browse files Browse the repository at this point in the history
…int (#5351)

Signed-off-by: Xin Sun <[email protected]>
Signed-off-by: GeorryHuang <[email protected]>
(cherry picked from commit 5464245)
  • Loading branch information
Apache9 committed Aug 14, 2023
1 parent 40d6d7e commit b9696b8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions hbase-endpoint/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b9696b8

Please sign in to comment.