You are viewing a plain text version of this content. The canonical link for it is here.
Posted to adffaces-commits@incubator.apache.org by ma...@apache.org on 2006/07/07 02:53:31 UTC

svn commit: r419774 - in /incubator/adffaces/branches/matzew-mock-overhaul/adf-faces: adf-faces-api/pom.xml pom.xml

Author: matzew
Date: Thu Jul  6 19:53:31 2006
New Revision: 419774

URL: http://svn.apache.org/viewvc?rev=419774&view=rev
Log:
adding jmock lib to overhaul branch

Modified:
    incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/adf-faces-api/pom.xml
    incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml

Modified: incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/adf-faces-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/adf-faces-api/pom.xml?rev=419774&r1=419773&r2=419774&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/adf-faces-api/pom.xml (original)
+++ incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/adf-faces-api/pom.xml Thu Jul  6 19:53:31 2006
@@ -156,6 +156,12 @@
     </dependency>
 
     <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
       <groupId>mockmaker</groupId>
       <artifactId>mmmockobjects</artifactId>
       <scope>test</scope>

Modified: incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml?rev=419774&r1=419773&r2=419774&view=diff
==============================================================================
--- incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml (original)
+++ incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/pom.xml Thu Jul  6 19:53:31 2006
@@ -328,6 +328,20 @@
       </dependency>
 
       <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock</artifactId>
+        <version>1.0.1</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
+        <groupId>jmock</groupId>
+        <artifactId>jmock-cglib</artifactId>
+        <version>1.0.1</version>
+        <scope>test</scope>
+      </dependency>
+
+      <dependency>
         <groupId>org.apache.myfaces.adf</groupId>
         <artifactId>adf-faces-build</artifactId>
         <version>incubator-m1-SNAPSHOT</version>