You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by jc...@apache.org on 2005/10/13 19:06:20 UTC

svn commit: r320810 - /jakarta/commons/sandbox/proxy/trunk/project.xml

Author: jcarman
Date: Thu Oct 13 10:06:18 2005
New Revision: 320810

URL: http://svn.apache.org/viewcvs?rev=320810&view=rev
Log:
Added JMock dependency.

Modified:
    jakarta/commons/sandbox/proxy/trunk/project.xml

Modified: jakarta/commons/sandbox/proxy/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/sandbox/proxy/trunk/project.xml?rev=320810&r1=320809&r2=320810&view=diff
==============================================================================
--- jakarta/commons/sandbox/proxy/trunk/project.xml (original)
+++ jakarta/commons/sandbox/proxy/trunk/project.xml Thu Oct 13 10:06:18 2005
@@ -250,6 +250,15 @@
                 <comment>Doug Lea's Concurrency API</comment>
             </properties>
         </dependency>
+        <dependency>
+            <groupId>jmock</groupId>
+            <artifactId>jmock</artifactId>
+            <version>1.0.1</version>
+            <url>http://www.jmock.org/</url>
+            <properties>
+                <comment>The JMock Mock Objects Library</comment>
+            </properties>
+        </dependency>
     </dependencies>
 
     <build>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org