You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2013/06/23 08:27:22 UTC

svn commit: r1495796 - /hbase/branches/0.95/hbase-it/pom.xml

Author: stack
Date: Sun Jun 23 06:27:22 2013
New Revision: 1495796

URL: http://svn.apache.org/r1495796
Log:
HBASE-8791 Precommit hadoopqa is broke since -r1491656

Modified:
    hbase/branches/0.95/hbase-it/pom.xml

Modified: hbase/branches/0.95/hbase-it/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.95/hbase-it/pom.xml?rev=1495796&r1=1495795&r2=1495796&view=diff
==============================================================================
--- hbase/branches/0.95/hbase-it/pom.xml (original)
+++ hbase/branches/0.95/hbase-it/pom.xml Sun Jun 23 06:27:22 2013
@@ -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: