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:
Michael Stack 2013-06-23 06:26:54 +00:00
parent 5d22eee9f8
commit b98fad4a87
1 changed files with 19 additions and 0 deletions

View File

@ -230,6 +230,25 @@
</dependency>
</dependencies>
</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: