Amend HBASE-12106 Move test annotations to test artifact (Enis Soztutar)

Add hbase-annotations as a test-jar dependency in hbase-testing-util
This commit is contained in:
Andrew Purtell 2014-10-07 00:41:17 -07:00
parent 7525fa9386
commit e323a484d9
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@
<type>test-jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-annotations</artifactId>
<type>test-jar</type>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>
<artifactId>hbase-protocol</artifactId>