You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by st...@apache.org on 2012/05/17 22:24:25 UTC

svn commit: r1339845 - /hbase/trunk/pom.xml

Author: stack
Date: Thu May 17 20:24:24 2012
New Revision: 1339845

URL: http://svn.apache.org/viewvc?rev=1339845&view=rev
Log:
HBASE-6022 Include Junit in the libs when packaging so that TestAcidGaurntee can run

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1339845&r1=1339844&r2=1339845&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Thu May 17 20:24:24 2012
@@ -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>