Skip to content

Commit 0fe3f8a

Browse files
authored
HBASE-29590 Use hadoop 3.4.2 as default hadooop3 dependency (#7302)
Signed-off-by: Nihal Jain <[email protected]> Signed-off-by: Duo Zhang <[email protected]>
1 parent c899333 commit 0fe3f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@
548548
<java.min.version>${compileSource}</java.min.version>
549549
<!-- Dependencies -->
550550
<hadoop-two.version>2.10.2</hadoop-two.version>
551-
<hadoop-three.version>3.4.1</hadoop-three.version>
551+
<hadoop-three.version>3.4.2</hadoop-three.version>
552552
<!-- These must be defined here for downstream build tools that don't look at profiles.
553553
They ought to match the values found in our default hadoop profile, which is
554554
currently "hadoop-2.0". See HBASE-15925 for more info. -->

0 commit comments

Comments
 (0)