Skip to content

Commit 31593cc

Browse files
authored
HBASE-28949 Remove the netty 3 dependency management section (apache#6460)
Signed-off-by: Nihal Jain <nihaljain@apache.org>
1 parent f3208d9 commit 31593cc

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
@@ -838,7 +838,6 @@
838838
in the dependencyManagement section as it could still lead to different versions of netty
839839
modules and cause trouble if we only rely on transitive dependencies.
840840
-->
841-
<netty3.version>3.10.6.Final</netty3.version>
842841
<netty4.version>4.1.112.Final</netty4.version>
843842
<!-- end HBASE-15925 default hadoop compatibility values -->
844843
<audience-annotations.version>0.15.0</audience-annotations.version>
@@ -1840,11 +1839,6 @@
18401839
</exclusion>
18411840
</exclusions>
18421841
</dependency>
1843-
<dependency>
1844-
<groupId>io.netty</groupId>
1845-
<artifactId>netty</artifactId>
1846-
<version>${netty3.version}</version>
1847-
</dependency>
18481842
<dependency>
18491843
<groupId>io.netty</groupId>
18501844
<artifactId>netty-bom</artifactId>

0 commit comments

Comments
 (0)