You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by di...@apache.org on 2007/08/07 18:16:34 UTC

svn commit: r563543 - /webservices/rampart/trunk/java/pom.xml

Author: dims
Date: Tue Aug  7 09:16:33 2007
New Revision: 563543

URL: http://svn.apache.org/viewvc?view=rev&rev=563543
Log:
Don't bring in the boat :) - just use what we need

Modified:
    webservices/rampart/trunk/java/pom.xml

Modified: webservices/rampart/trunk/java/pom.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/trunk/java/pom.xml?view=diff&rev=563543&r1=563542&r2=563543
==============================================================================
--- webservices/rampart/trunk/java/pom.xml (original)
+++ webservices/rampart/trunk/java/pom.xml Tue Aug  7 09:16:33 2007
@@ -210,10 +210,24 @@
 
 
     <dependencies>
-
         <dependency>
             <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2</artifactId>
+            <artifactId>axis2-kernel</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-codegen</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-xmlbeans</artifactId>
+            <version>${axis2.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-adb-codegen</artifactId>
             <version>${axis2.version}</version>
         </dependency>
         <dependency>