You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by jy...@apache.org on 2012/12/31 01:44:45 UTC

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

Author: jyates
Date: Mon Dec 31 00:44:45 2012
New Revision: 1427028

URL: http://svn.apache.org/viewvc?rev=1427028&view=rev
Log:
HBASE-7466: Fix junit dependency type in 0.94

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=1427028&r1=1427027&r2=1427028&view=diff
==============================================================================
--- hbase/branches/0.94/pom.xml (original)
+++ hbase/branches/0.94/pom.xml Mon Dec 31 00:44:45 2012
@@ -1324,7 +1324,7 @@
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>${junit.version}</version>
-      <scope>test,runtime</scope>
+      <scope>test</scope>
       <!-- FIXME: the following needs to go away once HBASE-4955 is fixed -->
       <optional>true</optional>
     </dependency>