You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by th...@apache.org on 2006/12/22 11:40:03 UTC

svn commit: r489605 - /webservices/axis2/branches/java/1_1/modules/kernel/pom.xml

Author: thilina
Date: Fri Dec 22 02:40:03 2006
New Revision: 489605

URL: http://svn.apache.org/viewvc?view=rev&rev=489605
Log:
adding Axiom dependencies to the kernel POM

Modified:
    webservices/axis2/branches/java/1_1/modules/kernel/pom.xml

Modified: webservices/axis2/branches/java/1_1/modules/kernel/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/kernel/pom.xml?view=diff&rev=489605&r1=489604&r2=489605
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/kernel/pom.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/kernel/pom.xml Fri Dec 22 02:40:03 2006
@@ -64,6 +64,14 @@
     <dependency>
       <groupId>woodstox</groupId>
       <artifactId>wstx-asl</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-api</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.ws.commons.axiom</groupId>
+      <artifactId>axiom-impl</artifactId>
     </dependency>
     <!-- Added this to support WS Policy in Axis2 -->
     <dependency>
@@ -71,7 +79,7 @@
       <artifactId>neethi</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.woden</groupId>
+      <groupId>incubator-woden</groupId>
       <artifactId>woden</artifactId>
     </dependency>
     <dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org