HBASE-8791 Precommit hadoopqa is broke since -r1491656
git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1495795 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5d22eee9f8
commit
b98fad4a87
|
@ -230,6 +230,25 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</profile>
|
</profile>
|
||||||
|
<profile>
|
||||||
|
<id>hadoop-1.0</id>
|
||||||
|
<activation>
|
||||||
|
<property>
|
||||||
|
<name>hadoop.profile</name>
|
||||||
|
<value>1.0</value>
|
||||||
|
</property>
|
||||||
|
</activation>
|
||||||
|
<dependencies>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hadoop</groupId>
|
||||||
|
<artifactId>hadoop-core</artifactId>
|
||||||
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hadoop</groupId>
|
||||||
|
<artifactId>hadoop-test</artifactId>
|
||||||
|
</dependency>
|
||||||
|
</dependencies>
|
||||||
|
</profile>
|
||||||
|
|
||||||
<!--
|
<!--
|
||||||
profile for building against Hadoop 2.0.0-alpha. Activate using:
|
profile for building against Hadoop 2.0.0-alpha. Activate using:
|
||||||
|
|
Loading…
Reference in New Issue