HBASE-19631 Allow building HBase 1.5.x against Hadoop 3.0.0.

This commit is contained in:
Lars Hofhansl 2018-01-25 09:50:14 -08:00
parent 2c5140e151
commit 6f253c55d8
2 changed files with 16 additions and 1 deletions

View File

@ -2079,6 +2079,21 @@ Copyright 2005 Sun Microsystems, Inc. and portions Copyright Apache Software Fou
</licenses>
</project>
</supplement>
<supplement>
<project>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
<url>http://asm.objectweb.org/asm/</url>
<licenses>
<license>
<url>http://www.mozilla.org/MPL/2.0</url>
<name>Mozilla Public License Version 2.0</name>
<distribution>repo</distribution>
</license>
</licenses>
</project>
</supplement>
<supplement>
<project>
<groupId>org.jamon</groupId>

View File

@ -1241,7 +1241,7 @@
<hadoop-two.version>2.7.4</hadoop-two.version>
<!-- minikdc introduced in hadoop-2.3; override when building earlier versions -->
<hadoop-two-minikdc.version>${hadoop-two.version}</hadoop-two-minikdc.version>
<hadoop-three.version>3.0.0-SNAPSHOT</hadoop-three.version>
<hadoop-three.version>3.0.0</hadoop-three.version>
<!-- These must be defined here for downstream build tools that don't look at profiles.
They ought to match the values found in our default hadoop profile, which is
currently "hadoop-2.0". See HBASE-15925 for more info. -->