You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/06/16 15:23:40 UTC

svn commit: r785203 - /camel/trunk/camel-core/pom.xml

Author: davsclaus
Date: Tue Jun 16 13:23:39 2009
New Revision: 785203

URL: http://svn.apache.org/viewvc?rev=785203&view=rev
Log:
Reverted back to junit 3.8.2 as 4.6 causes some unit test to hang forever.

Modified:
    camel/trunk/camel-core/pom.xml

Modified: camel/trunk/camel-core/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/camel-core/pom.xml?rev=785203&r1=785202&r2=785203&view=diff
==============================================================================
--- camel/trunk/camel-core/pom.xml (original)
+++ camel/trunk/camel-core/pom.xml Tue Jun 16 13:23:39 2009
@@ -85,6 +85,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>3.8.2</version>
       <scope>test</scope>
     </dependency>
     <dependency>