You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2010/01/19 16:15:32 UTC

svn commit: r900814 - /tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml

Author: antelder
Date: Tue Jan 19 15:15:31 2010
New Revision: 900814

URL: http://svn.apache.org/viewvc?rev=900814&view=rev
Log:
Update to junit 4.8.1 so the surefire parralell test running works

Modified:
    tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml

Modified: tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml
URL: http://svn.apache.org/viewvc/tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml?rev=900814&r1=900813&r2=900814&view=diff
==============================================================================
--- tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml (original)
+++ tuscany/otest/newlayout/tuscany-java-caa-test-runner/pom.xml Tue Jan 19 15:15:31 2010
@@ -80,7 +80,7 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>4.5</version>
+            <version>4.8.1</version>
             <scope>test</scope>
         </dependency>