HBASE-12353 Add hbase-annotation-tests to runtime classpath so can run hbase it tests

This commit is contained in:
stack 2014-10-27 14:58:55 -07:00
parent 70a312e53f
commit f2c83704f4
1 changed files with 1 additions and 1 deletions

View File

@ -1045,7 +1045,7 @@
<artifactId>hbase-annotations</artifactId>
<version>${project.version}</version>
<type>test-jar</type>
<scope>test</scope>
<!--Was test scope only but if we want to run hbase-it tests, need the annotations test jar-->
</dependency>
<dependency>
<groupId>org.apache.hbase</groupId>