Author: rvs
Date: Wed Apr 25 22:30:40 2012
New Revision: 1330589
URL: http://svn.apache.org/viewvc?rev=1330589&view=rev
Log:
BIGTOP-545. package testing manifest in trunk needs to be updated
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml
Modified:
incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml?rev=1330589&r1=1330588&r2=1330589&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml
(original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/hbase/pom.xml Wed
Apr 25 22:30:40 2012
@@ -49,6 +49,10 @@
<artifactId>hbase-smoke</artifactId>
<version>${hbase-smoke.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client</artifactId>
+ </dependency>
</dependencies>
<build>
Modified: incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml?rev=1330589&r1=1330588&r2=1330589&view=diff
==============================================================================
--- incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml (original)
+++ incubator/bigtop/trunk/bigtop-tests/test-execution/smokes/pom.xml Wed Apr
25 22:30:40 2012
@@ -135,6 +135,11 @@
<version>${hadoop.version}</version>
</dependency>
<dependency>
+ <groupId>org.apache.hadoop</groupId>
+ <artifactId>hadoop-client</artifactId>
+ <version>${hadoop.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase</artifactId>
<version>${hbase.version}</version>