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 862faca7a4
commit 97cd5c9358
1 changed files with 1 additions and 1 deletions

View File

@ -1057,7 +1057,7 @@
<artifactId>hbase-annotations</artifactId> <artifactId>hbase-annotations</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
<type>test-jar</type> <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>
<dependency> <dependency>
<groupId>org.apache.hbase</groupId> <groupId>org.apache.hbase</groupId>