You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by ca...@apache.org on 2008/04/19 05:14:41 UTC

svn commit: r649747 - /continuum/trunk/pom.xml

Author: carlos
Date: Fri Apr 18 20:14:40 2008
New Revision: 649747

URL: http://svn.apache.org/viewvc?rev=649747&view=rev
Log:
Add jmock 2 for some Java 5 goodies

Modified:
    continuum/trunk/pom.xml

Modified: continuum/trunk/pom.xml
URL: http://svn.apache.org/viewvc/continuum/trunk/pom.xml?rev=649747&r1=649746&r2=649747&view=diff
==============================================================================
--- continuum/trunk/pom.xml (original)
+++ continuum/trunk/pom.xml Fri Apr 18 20:14:40 2008
@@ -243,6 +243,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.jmock</groupId>
+      <artifactId>jmock-junit3</artifactId>
+      <version>2.4.0</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.codehaus.plexus</groupId>
       <artifactId>plexus-component-api</artifactId>
       <version>1.0-alpha-20</version>