Title: [waffle-scm] [349] trunk/pom.xml: Upgraded to jMock 2.4.0/JUnit 4.4 (which caveat of using junit:junit instead of junit:junit-dep).
Revision
349
Author
mauro
Date
2007-11-12 05:09:45 -0600 (Mon, 12 Nov 2007)

Log Message

Upgraded to jMock 2.4.0/JUnit 4.4 (which caveat of using junit:junit instead of junit:junit-dep).

Modified Paths

Diff

Modified: trunk/pom.xml (348 => 349)

--- trunk/pom.xml	2007-11-12 10:32:33 UTC (rev 348)
+++ trunk/pom.xml	2007-11-12 11:09:45 UTC (rev 349)
@@ -112,13 +112,20 @@
       <dependency>
         <groupId>org.jmock</groupId>
         <artifactId>jmock-junit4</artifactId>
-        <version>2.2.0</version>
+        <version>2.4.0</version>
+        <exclusions> 
+            <!-- Use junit:junit until issue fixed http://jira.codehaus.org/browse/SUREFIRE-370  -->
+            <exclusion>
+              <groupId>junit</groupId>
+              <artifactId>junit-dep</artifactId>
+            </exclusion>
+        </exclusions>
         <scope>test</scope>
       </dependency>
       <dependency>
         <groupId>junit</groupId>
         <artifactId>junit</artifactId>
-        <version>4.3.1</version>
+        <version>4.4</version>
         <scope>test</scope>
       </dependency>
     </dependencies>


To unsubscribe from this list please visit:

http://xircles.codehaus.org/manage_email

Reply via email to