BIGTOP-875. hadoop-smoke is broken because of missed dependency

Project: http://git-wip-us.apache.org/repos/asf/bigtop/repo
Commit: http://git-wip-us.apache.org/repos/asf/bigtop/commit/4b2117fc
Tree: http://git-wip-us.apache.org/repos/asf/bigtop/tree/4b2117fc
Diff: http://git-wip-us.apache.org/repos/asf/bigtop/diff/4b2117fc

Branch: refs/heads/master
Commit: 4b2117fce7311fd56be5958ba29d78954b735181
Parents: 525e446
Author: Konstantin Boudnik <[email protected]>
Authored: Thu Mar 21 11:51:06 2013 -0700
Committer: Konstantin Boudnik <[email protected]>
Committed: Thu Mar 21 12:27:22 2013 -0700

----------------------------------------------------------------------
 bigtop-tests/test-artifacts/hadoop/pom.xml |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/bigtop/blob/4b2117fc/bigtop-tests/test-artifacts/hadoop/pom.xml
----------------------------------------------------------------------
diff --git a/bigtop-tests/test-artifacts/hadoop/pom.xml 
b/bigtop-tests/test-artifacts/hadoop/pom.xml
index 3ee0b9e..1635a2a 100644
--- a/bigtop-tests/test-artifacts/hadoop/pom.xml
+++ b/bigtop-tests/test-artifacts/hadoop/pom.xml
@@ -47,6 +47,11 @@
       <version>${hadoop.version}</version>
       <type>test-jar</type>
     </dependency>
+    <dependency>
+      <groupId>org.apache.hadoop</groupId>
+      <artifactId>hadoop-hdfs</artifactId>
+      <version>${hadoop.version}</version>
+    </dependency>
   </dependencies>
 
 </project>

Reply via email to