HBASE-6022 Include Junit in the libs when packaging so that TestAcidGaurntee can run

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1339845 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2012-05-17 20:24:24 +00:00
parent 72c8be9faa
commit 00108189c9
1 changed files with 1 additions and 1 deletions

View File

@ -1330,7 +1330,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
<scope>test,runtime</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>