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 di...@apache.org on 2006/07/27 23:59:18 UTC

svn commit: r426264 - /webservices/axis2/trunk/java/modules/jaxws/project.xml

Author: dims
Date: Thu Jul 27 14:59:18 2006
New Revision: 426264

URL: http://svn.apache.org/viewvc?rev=426264&view=rev
Log:
don't use the full axis2-SNAPSHOT.jar, use only the specific dependencies needed

Modified:
    webservices/axis2/trunk/java/modules/jaxws/project.xml

Modified: webservices/axis2/trunk/java/modules/jaxws/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/jaxws/project.xml?rev=426264&r1=426263&r2=426264&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/jaxws/project.xml (original)
+++ webservices/axis2/trunk/java/modules/jaxws/project.xml Thu Jul 27 14:59:18 2006
@@ -141,12 +141,27 @@
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
-            <artifactId>axis2</artifactId>
+            <artifactId>axis2-core</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>
             <groupId>axis2</groupId>
             <artifactId>axis2-java2wsdl</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-saaj</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-saaj</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
+        <dependency>
+            <groupId>axis2</groupId>
+            <artifactId>axis2-common</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
         <dependency>



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