You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ge...@apache.org on 2010/06/03 06:40:34 UTC

svn commit: r950873 - in /geronimo/server/branches/2.2/plugins/axis2/axis2: pom.xml src/main/history/dependencies.xml

Author: genspring
Date: Thu Jun  3 04:40:34 2010
New Revision: 950873

URL: http://svn.apache.org/viewvc?rev=950873&view=rev
Log:
GERONIMO-4991 Update AXIS2 stack to 1.5.1, need woden dependency in axis2 plugin after the upgrade

Modified:
    geronimo/server/branches/2.2/plugins/axis2/axis2/pom.xml
    geronimo/server/branches/2.2/plugins/axis2/axis2/src/main/history/dependencies.xml

Modified: geronimo/server/branches/2.2/plugins/axis2/axis2/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/axis2/axis2/pom.xml?rev=950873&r1=950872&r2=950873&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/axis2/axis2/pom.xml (original)
+++ geronimo/server/branches/2.2/plugins/axis2/axis2/pom.xml Thu Jun  3 04:40:34 2010
@@ -139,6 +139,11 @@
         </dependency>
 
         <dependency>
+            <groupId>org.apache.woden</groupId>
+            <artifactId>woden-api</artifactId>
+        </dependency>
+
+        <dependency>
             <groupId>commons-httpclient</groupId>
             <artifactId>commons-httpclient</artifactId>
         </dependency>

Modified: geronimo/server/branches/2.2/plugins/axis2/axis2/src/main/history/dependencies.xml
URL: http://svn.apache.org/viewvc/geronimo/server/branches/2.2/plugins/axis2/axis2/src/main/history/dependencies.xml?rev=950873&r1=950872&r2=950873&view=diff
==============================================================================
--- geronimo/server/branches/2.2/plugins/axis2/axis2/src/main/history/dependencies.xml (original)
+++ geronimo/server/branches/2.2/plugins/axis2/axis2/src/main/history/dependencies.xml Thu Jun  3 04:40:34 2010
@@ -102,6 +102,11 @@
         <type>jar</type>
     </dependency>
     <dependency>
+        <groupId>org.apache.woden</groupId>
+        <artifactId>woden-api</artifactId>
+        <type>jar</type>
+    </dependency>
+    <dependency>
         <groupId>org.apache.ws.commons.axiom</groupId>
         <artifactId>axiom-api</artifactId>
         <type>jar</type>