HBASE-27592 Update hadoop netty version for hadoop-2.0 profile (#4996)

Signed-off-by: Wei-Chiu Chuang <weichiu@apache.org>
This commit is contained in:
Bryan Beaudreault 2023-01-25 17:45:02 -05:00 committed by Bryan Beaudreault
parent 48d3de8c80
commit d20f4b954a
1 changed files with 4 additions and 3 deletions

View File

@ -555,8 +555,9 @@
<compat.module>hbase-hadoop2-compat</compat.module>
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
<!--This property is for hadoops netty. HBase netty
comes in via hbase-thirdparty hbase-shaded-netty-->
<netty.hadoop.version>3.6.2.Final</netty.hadoop.version>
comes in via hbase-thirdparty hbase-shaded-netty.
Note this is overridden by hadoop-specific profiles below. -->
<netty.hadoop.version>3.10.6.Final</netty.hadoop.version>
<!-- end HBASE-15925 default hadoop compatibility values -->
<audience-annotations.version>0.13.0</audience-annotations.version>
<!--
@ -3160,7 +3161,7 @@
<assembly.file>src/main/assembly/hadoop-two-compat.xml</assembly.file>
<!--This property is for hadoops netty. HBase netty
comes in via hbase-thirdparty hbase-shaded-netty-->
<netty.hadoop.version>3.6.2.Final</netty.hadoop.version>
<netty.hadoop.version>3.10.6.Final</netty.hadoop.version>
</properties>
<dependencyManagement>
<dependencies>