Author: bimargulies
Date: Thu Oct 25 19:08:16 2007
New Revision: 588468

URL: http://svn.apache.org/viewvc?rev=588468&view=rev
Log:
more of the javascript generator.

Modified:
    incubator/cxf/trunk/rt/javascript/pom.xml

Modified: incubator/cxf/trunk/rt/javascript/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/cxf/trunk/rt/javascript/pom.xml?rev=588468&r1=588467&r2=588468&view=diff
==============================================================================
--- incubator/cxf/trunk/rt/javascript/pom.xml (original)
+++ incubator/cxf/trunk/rt/javascript/pom.xml Thu Oct 25 19:08:16 2007
@@ -131,6 +131,12 @@
             <artifactId>junit</artifactId>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-mock</artifactId>
+            <version>${spring.version}</version>
+            <scope>test</scope>
+        </dependency>
     </dependencies>
 
     <build>


Reply via email to