HBASE-2266 [stargate] missing MiniDFSCluster dependency

git-svn-id: https://svn.apache.org/repos/asf/hadoop/hbase/trunk@916169 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew Kyle Purtell 2010-02-25 07:58:34 +00:00
parent afc58b13d7
commit 2c16fa070f
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@
<artifactId>hbase-core</artifactId>
<classifier>tests</classifier>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core-test</artifactId>
</dependency>
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs-test</artifactId>