You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ch...@apache.org on 2005/09/14 13:11:36 UTC

svn commit: r280822 - /webservices/axis2/trunk/java/modules/addressing/project.xml

Author: chinthaka
Date: Wed Sep 14 04:11:30 2005
New Revision: 280822

URL: http://svn.apache.org/viewcvs?rev=280822&view=rev
Log:
Fixing the dependency

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

Modified: webservices/axis2/trunk/java/modules/addressing/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/addressing/project.xml?rev=280822&r1=280821&r2=280822&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/addressing/project.xml (original)
+++ webservices/axis2/trunk/java/modules/addressing/project.xml Wed Sep 14 04:11:30 2005
@@ -41,6 +41,14 @@
             <artifactId>axis2-wsdl</artifactId>
             <version>${pom.currentVersion}</version>
         </dependency>
+        <dependency>
+            <groupId>axis</groupId>
+            <artifactId>axis-wsdl4j</artifactId>
+            <version>1.2</version>
+            <properties>
+                <module>true</module>
+            </properties>
+        </dependency>
 
         <dependency>
             <groupId>axis2</groupId>