You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by da...@apache.org on 2010/01/27 10:46:36 UTC

svn commit: r903581 - /cxf/dosgi/trunk/parent/pom.xml

Author: davidb
Date: Wed Jan 27 09:46:36 2010
New Revision: 903581

URL: http://svn.apache.org/viewvc?rev=903581&view=rev
Log:
Update Junit version to 4.7 and Easymock to 2.5.2

Modified:
    cxf/dosgi/trunk/parent/pom.xml

Modified: cxf/dosgi/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/cxf/dosgi/trunk/parent/pom.xml?rev=903581&r1=903580&r2=903581&view=diff
==============================================================================
--- cxf/dosgi/trunk/parent/pom.xml (original)
+++ cxf/dosgi/trunk/parent/pom.xml Wed Jan 27 09:46:36 2010
@@ -48,19 +48,19 @@
             <dependency>
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
-                <version>4.4</version>
+                <version>4.7</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>2.2</version>
+                <version>2.5.2</version>
                 <scope>test</scope>
             </dependency>
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymockclassextension</artifactId>
-                <version>2.2</version>
+                <version>2.5.2</version>
                 <scope>test</scope>
             </dependency>
        </dependencies>