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/14 21:39:43 UTC

svn commit: r422062 - in /incubator/adffaces/trunk/adf-faces: adf-faces-api/pom.xml adf-faces-impl/pom.xml pom.xml

Author: matzew
Date: Fri Jul 14 14:39:42 2006
New Revision: 422062

URL: http://svn.apache.org/viewvc?rev=422062&view=rev
Log:
removing mockmaker and friends

Modified:
    incubator/adffaces/trunk/adf-faces/adf-faces-api/pom.xml
    incubator/adffaces/trunk/adf-faces/adf-faces-impl/pom.xml
    incubator/adffaces/trunk/adf-faces/pom.xml

Modified: incubator/adffaces/trunk/adf-faces/adf-faces-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-api/pom.xml?rev=422062&r1=422061&r2=422062&view=diff
==============================================================================
--- incubator/adffaces/trunk/adf-faces/adf-faces-api/pom.xml (original)
+++ incubator/adffaces/trunk/adf-faces/adf-faces-api/pom.xml Fri Jul 14 14:39:42 2006
@@ -161,24 +161,6 @@
       <scope>test</scope>
     </dependency>
 
-    <dependency>
-      <groupId>mockmaker</groupId>
-      <artifactId>mmmockobjects</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>mockobjects</groupId>
-      <artifactId>mockobjects-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>mockobjects</groupId>
-      <artifactId>mockobjects-jdk1.4</artifactId>
-      <scope>test</scope>
-    </dependency>
-
   </dependencies>
 
   <reporting>

Modified: incubator/adffaces/trunk/adf-faces/adf-faces-impl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/adf-faces-impl/pom.xml?rev=422062&r1=422061&r2=422062&view=diff
==============================================================================
--- incubator/adffaces/trunk/adf-faces/adf-faces-impl/pom.xml (original)
+++ incubator/adffaces/trunk/adf-faces/adf-faces-impl/pom.xml Fri Jul 14 14:39:42 2006
@@ -198,24 +198,6 @@
     </dependency>
 
     <dependency>
-      <groupId>mockobjects</groupId>
-      <artifactId>mockobjects-core</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>mockobjects</groupId>
-      <artifactId>mockobjects-jdk1.4</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
-      <groupId>mockmaker</groupId>
-      <artifactId>mmmockobjects</artifactId>
-      <scope>test</scope>
-    </dependency>
-
-    <dependency>
       <groupId>org.apache.shale</groupId>
       <artifactId>shale-test</artifactId>
       <scope>test</scope>

Modified: incubator/adffaces/trunk/adf-faces/pom.xml
URL: http://svn.apache.org/viewvc/incubator/adffaces/trunk/adf-faces/pom.xml?rev=422062&r1=422061&r2=422062&view=diff
==============================================================================
--- incubator/adffaces/trunk/adf-faces/pom.xml (original)
+++ incubator/adffaces/trunk/adf-faces/pom.xml Fri Jul 14 14:39:42 2006
@@ -407,26 +407,6 @@
         <scope>test</scope>
       </dependency>
 
-      <dependency>
-        <groupId>mockmaker</groupId>
-        <artifactId>mmmockobjects</artifactId>
-        <version>1.12.0</version>
-        <scope>test</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>mockobjects</groupId>
-        <artifactId>mockobjects-core</artifactId>
-        <version>0.09</version>
-        <scope>test</scope>
-      </dependency>
-
-      <dependency>
-        <groupId>mockobjects</groupId>
-        <artifactId>mockobjects-jdk1.4</artifactId>
-        <version>0.09</version>
-        <scope>test</scope>
-      </dependency>
     </dependencies>
   </dependencyManagement>