You are viewing a plain text version of this content. The canonical link for it is here.
Posted to sandesha-dev@ws.apache.org by ch...@apache.org on 2006/04/24 05:55:50 UTC

svn commit: r396406 - /webservices/sandesha/trunk/project.xml

Author: chamikara
Date: Sun Apr 23 20:55:49 2006
New Revision: 396406

URL: http://svn.apache.org/viewcvs?rev=396406&view=rev
Log:
Changed the artifact ids for AXIOM

Modified:
    webservices/sandesha/trunk/project.xml

Modified: webservices/sandesha/trunk/project.xml
URL: http://svn.apache.org/viewcvs/webservices/sandesha/trunk/project.xml?rev=396406&r1=396405&r2=396406&view=diff
==============================================================================
--- webservices/sandesha/trunk/project.xml (original)
+++ webservices/sandesha/trunk/project.xml Sun Apr 23 20:55:49 2006
@@ -153,7 +153,17 @@
         </dependency>
         <dependency>
             <groupId>ws-commons</groupId>
-            <artifactId>axiom</artifactId>
+            <artifactId>axiom-api</artifactId>
+            <version>${axiom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>ws-commons</groupId>
+            <artifactId>axiom-impl</artifactId>
+            <version>${axiom.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>ws-commons</groupId>
+            <artifactId>axiom-dom</artifactId>
             <version>${axiom.version}</version>
         </dependency>
         <dependency>



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