You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by nk...@apache.org on 2013/01/16 11:41:30 UTC

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

Author: nkeywal
Date: Wed Jan 16 10:41:29 2013
New Revision: 1433890

URL: http://svn.apache.org/viewvc?rev=1433890&view=rev
Log:
HBASE-7574 Migrate to JUnit 4.11

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1433890&r1=1433889&r2=1433890&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Jan 16 10:41:29 2013
@@ -864,7 +864,7 @@
     <jetty.jspapi.version>6.1.14</jetty.jspapi.version>
     <jersey.version>1.8</jersey.version>
     <jruby.version>1.6.8</jruby.version>
-    <junit.version>4.10-HBASE-1</junit.version>
+    <junit.version>4.11</junit.version>
     <htrace.version>1.49</htrace.version>
     <slf4j.version>1.4.3</slf4j.version>
     <log4j.version>1.2.17</log4j.version>
@@ -1243,8 +1243,6 @@
         <artifactId>junit</artifactId>
         <version>${junit.version}</version>
         <scope>test</scope>
-        <!-- FIXME: the following needs to go away once HBASE-4955 is fixed -->
-        <optional>true</optional>
       </dependency>
       <dependency>
         <groupId>org.cloudera.htrace</groupId>