Author: matzew
Date: Fri Jul  7 13:36:35 2006
New Revision: 419975

URL: http://svn.apache.org/viewvc?rev=419975&view=rev
Log:
jmock-cglib and shale tlp

Modified:
    
incubator/adffaces/branches/matzew-mock-overhaul/adf-faces/adf-faces-api/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=419975&r1=419974&r2=419975&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
 Fri Jul  7 13:36:35 2006
@@ -150,7 +150,7 @@
     </dependency>
 
     <dependency>
-      <groupId>org.apache.struts.shale</groupId>
+      <groupId>org.apache.shale</groupId>
       <artifactId>shale-test</artifactId>
       <scope>test</scope>
     </dependency>
@@ -158,6 +158,12 @@
     <dependency>
       <groupId>jmock</groupId>
       <artifactId>jmock</artifactId>
+      <scope>test</scope>
+    </dependency>
+
+    <dependency>
+      <groupId>jmock</groupId>
+      <artifactId>jmock-cglib</artifactId>
       <scope>test</scope>
     </dependency>
 


Reply via email to