You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ar...@apache.org on 2007/12/05 01:05:04 UTC

svn commit: r601162 - /myfaces/trinidad/trunk_1.2.x/pom.xml

Author: arobinson74
Date: Tue Dec  4 16:05:03 2007
New Revision: 601162

URL: http://svn.apache.org/viewvc?rev=601162&view=rev
Log:
Upgrade junit to partially avoid class loader errors with forking

Modified:
    myfaces/trinidad/trunk_1.2.x/pom.xml

Modified: myfaces/trinidad/trunk_1.2.x/pom.xml
URL: http://svn.apache.org/viewvc/myfaces/trinidad/trunk_1.2.x/pom.xml?rev=601162&r1=601161&r2=601162&view=diff
==============================================================================
--- myfaces/trinidad/trunk_1.2.x/pom.xml (original)
+++ myfaces/trinidad/trunk_1.2.x/pom.xml Tue Dec  4 16:05:03 2007
@@ -573,7 +573,7 @@
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>3.8.1</version>
+        <version>4.4</version>
         <scope>test</scope>
       </dependency>