You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2008/09/18 10:00:55 UTC

svn commit: r696591 - /servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Author: ffang
Date: Thu Sep 18 01:00:54 2008
New Revision: 696591

URL: http://svn.apache.org/viewvc?rev=696591&view=rev
Log:
[SM-1582] add wsdl4j dependency explicitly for jbi-maven-plugin

Modified:
    servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml

Modified: servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml?rev=696591&r1=696590&r2=696591&view=diff
==============================================================================
--- servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml (original)
+++ servicemix/maven-plugins/jbi-maven-plugin/trunk/pom.xml Thu Sep 18 01:00:54 2008
@@ -115,6 +115,11 @@
       <artifactId>maven-artifact</artifactId>
       <version>2.0.9</version>
     </dependency>
+    <dependency>
+        <groupId>wsdl4j</groupId>
+        <artifactId>wsdl4j</artifactId>
+        <version>1.6.2</version>
+      </dependency>
   </dependencies>
   
   <build>