Author: rvs
Date: Tue Oct  4 19:10:34 2011
New Revision: 1178912

URL: http://svn.apache.org/viewvc?rev=1178912&view=rev
Log:
HBase tests do need to depend on hadoop-hdfs (which is really a probelm with 
.22 dependencies)

Modified:
    
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/pom.xml

Modified: 
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/pom.xml?rev=1178912&r1=1178911&r2=1178912&view=diff
==============================================================================
--- 
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/pom.xml 
(original)
+++ 
incubator/bigtop/branches/hadoop-0.22/bigtop-tests/test-artifacts/hbase/pom.xml 
Tue Oct  4 19:10:34 2011
@@ -37,6 +37,11 @@
       <version>0.22.0-SNAPSHOT</version>
     </dependency>
     <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <version>0.22.0-SNAPSHOT</version>
+    </dependency>
+    <dependency>
       <groupId>org.apache.hbase</groupId>
       <artifactId>hbase</artifactId>
       <version>0.90.5-SNAPSHOT</version>


Reply via email to