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/10/24 16:04:35 UTC

svn commit: r467335 - /webservices/axis2/branches/java/1_1/modules/adb/project.xml

Author: dims
Date: Tue Oct 24 07:04:34 2006
New Revision: 467335

URL: http://svn.apache.org/viewvc?view=rev&rev=467335
Log:
add missing dependency

Modified:
    webservices/axis2/branches/java/1_1/modules/adb/project.xml

Modified: webservices/axis2/branches/java/1_1/modules/adb/project.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/java/1_1/modules/adb/project.xml?view=diff&rev=467335&r1=467334&r2=467335
==============================================================================
--- webservices/axis2/branches/java/1_1/modules/adb/project.xml (original)
+++ webservices/axis2/branches/java/1_1/modules/adb/project.xml Tue Oct 24 07:04:34 2006
@@ -46,6 +46,11 @@
             <artifactId>axis2-kernel</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.axis2</groupId>
+            <artifactId>axis2-java2wsdl</artifactId>
+            <version>${pom.currentVersion}</version>
+        </dependency>
               <dependency>
             <groupId>org.apache.ws.commons.schema</groupId>
             <artifactId>XmlSchema</artifactId>



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