Skip to content

Commit 4617d43

Browse files
committed
HBASE-28949 Remove the netty 3 dependency management section (apache#6460)
Signed-off-by: Nihal Jain <nihaljain@apache.org> (cherry picked from commit 31593cc)
1 parent 81d2445 commit 4617d43

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

pom.xml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -566,7 +566,6 @@
566566
in the dependencyManagement section as it could still lead to different versions of netty
567567
modules and cause trouble if we only rely on transitive dependencies.
568568
-->
569-
<netty3.version>3.10.6.Final</netty3.version>
570569
<netty4.version>4.1.112.Final</netty4.version>
571570
<!-- end HBASE-15925 default hadoop compatibility values -->
572571
<audience-annotations.version>0.13.0</audience-annotations.version>
@@ -1583,11 +1582,6 @@
15831582
</exclusion>
15841583
</exclusions>
15851584
</dependency>
1586-
<dependency>
1587-
<groupId>io.netty</groupId>
1588-
<artifactId>netty</artifactId>
1589-
<version>${netty3.version}</version>
1590-
</dependency>
15911585
<dependency>
15921586
<groupId>io.netty</groupId>
15931587
<artifactId>netty-bom</artifactId>

0 commit comments

Comments
 (0)