HBASE-9699 For Downstreamers using HBaseTestingUtility is hard. -- ADD

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1528664 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
eclark 2013-10-02 22:40:13 +00:00
parent ce7c5b8e03
commit 95205817cd
1 changed files with 12 additions and 1 deletions

View File

@ -29,7 +29,17 @@
<artifactId>hbase-testing-util</artifactId>
<name>HBase - Testing Util</name>
<description>HBase Testing Utilities.</description>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-site-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<!-- Intra-project dependencies -->
<dependency>
@ -194,6 +204,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-hdfs</artifactId>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
<dependency>