[hornetq-commits] JBoss hornetq SVN: r10801 - trunk.

do-not-reply at jboss.org do-not-reply at jboss.org
Tue Jun 14 10:05:34 EDT 2011


Author: borges
Date: 2011-06-14 10:05:34 -0400 (Tue, 14 Jun 2011)
New Revision: 10801

Modified:
   trunk/pom.xml
Log:
Revert JUnit version and document upgrade problem


Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2011-06-14 13:39:07 UTC (rev 10800)
+++ trunk/pom.xml	2011-06-14 14:05:34 UTC (rev 10801)
@@ -301,7 +301,8 @@
          <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.8.2</version>
+            <!-- There are newer versions of the JUnit but thet break our tests -->
+            <version>3.8.2</version>
          </dependency>
          <!--needed to compile the jms tests -->
          <dependency>



More information about the hornetq-commits mailing list