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:
parent
afc58b13d7
commit
2c16fa070f
|
@ -41,6 +41,10 @@
|
||||||
<artifactId>hbase-core</artifactId>
|
<artifactId>hbase-core</artifactId>
|
||||||
<classifier>tests</classifier>
|
<classifier>tests</classifier>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>org.apache.hadoop</groupId>
|
||||||
|
<artifactId>hadoop-core-test</artifactId>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.apache.hadoop</groupId>
|
<groupId>org.apache.hadoop</groupId>
|
||||||
<artifactId>hadoop-hdfs-test</artifactId>
|
<artifactId>hadoop-hdfs-test</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue