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:49 UTC

svn commit: r1339846 - /hbase/branches/0.94/pom.xml

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

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

Modified:
    hbase/branches/0.94/pom.xml

Modified: hbase/branches/0.94/pom.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.94/pom.xml?rev=1339846&r1=1339845&r2=1339846&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Thu May 17 20:24:49 2012
@@ -1291,7 +1291,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>${junit.version}</version>
-      <scope>test</scope>
+      <scope>test,runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.mockito</groupId>