Author: rvs
Date: Tue Oct 4 02:13:16 2011
New Revision: 1178675
URL: http://svn.apache.org/viewvc?rev=1178675&view=rev
Log:
updating HBase deps
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=1178675&r1=1178674&r2=1178675&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 02:13:16 2011
@@ -29,4 +29,23 @@
<artifactId>hbase-smoke</artifactId>
<version>0.2.0-incubating-SNAPSHOT</version>
<name>hbasesmoke</name>
+
+ <dependencies>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-core</artifactId>
+ <version>0.20.2-cdh3u2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase</artifactId>
+ <version>0.90.3-cdh3u2-SNAPSHOT</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.hbase</groupId>
+ <artifactId>hbase</artifactId>
+ <version>0.90.3-cdh3u2-SNAPSHOT</version>
+ <type>test-jar</type>
+ </dependency>
+ </dependencies>
</project>