You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by di...@apache.org on 2007/01/30 17:48:34 UTC

svn commit: r501461 - /geronimo/server/trunk/modules/geronimo-axis2/pom.xml

Author: dims
Date: Tue Jan 30 08:48:33 2007
New Revision: 501461

URL: http://svn.apache.org/viewvc?view=rev&rev=501461
Log:
oops! forgot to change back to the old dependency

Modified:
    geronimo/server/trunk/modules/geronimo-axis2/pom.xml

Modified: geronimo/server/trunk/modules/geronimo-axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/modules/geronimo-axis2/pom.xml?view=diff&rev=501461&r1=501460&r2=501461
==============================================================================
--- geronimo/server/trunk/modules/geronimo-axis2/pom.xml (original)
+++ geronimo/server/trunk/modules/geronimo-axis2/pom.xml Tue Jan 30 08:48:33 2007
@@ -52,6 +52,11 @@
     </repositories>
     <dependencies>
         <dependency>
+            <groupId>org.apache.geronimo.modules</groupId>
+            <artifactId>geronimo-webservices</artifactId>
+            <version>${version}</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
         </dependency>