You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by fo...@apache.org on 2006/01/18 09:54:09 UTC

svn commit: r370079 - /incubator/servicemix/trunk/servicemix-soap/project.xml

Author: foconer
Date: Wed Jan 18 00:53:59 2006
New Revision: 370079

URL: http://svn.apache.org/viewcvs?rev=370079&view=rev
Log:
Added wsdl4j dependency.

Modified:
    incubator/servicemix/trunk/servicemix-soap/project.xml

Modified: incubator/servicemix/trunk/servicemix-soap/project.xml
URL: http://svn.apache.org/viewcvs/incubator/servicemix/trunk/servicemix-soap/project.xml?rev=370079&r1=370078&r2=370079&view=diff
==============================================================================
--- incubator/servicemix/trunk/servicemix-soap/project.xml (original)
+++ incubator/servicemix/trunk/servicemix-soap/project.xml Wed Jan 18 00:53:59 2006
@@ -106,6 +106,12 @@
       <artifactId>stax-utils</artifactId>
       <version>${stax_utils_version}</version>
     </dependency>
+    <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+      <version>${wsdl4j_version}</version>
+    </dependency>
+    
       
     </dependencies>