You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by mr...@apache.org on 2007/03/12 19:46:47 UTC

svn commit: r517326 - /incubator/ode/trunk/bpel-compiler/pom.xml

Author: mriou
Date: Mon Mar 12 11:46:47 2007
New Revision: 517326

URL: http://svn.apache.org/viewvc?view=rev&rev=517326
Log:
Being friendly with WSDL4J 1.6.1.

Modified:
    incubator/ode/trunk/bpel-compiler/pom.xml

Modified: incubator/ode/trunk/bpel-compiler/pom.xml
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/bpel-compiler/pom.xml?view=diff&rev=517326&r1=517325&r2=517326
==============================================================================
--- incubator/ode/trunk/bpel-compiler/pom.xml (original)
+++ incubator/ode/trunk/bpel-compiler/pom.xml Mon Mar 12 11:46:47 2007
@@ -80,5 +80,11 @@
             <groupId>org.apache.ode</groupId>
             <artifactId>xalan</artifactId>
         </dependency>
+        
+        <dependency>
+            <groupId>wsdl4j</groupId>
+            <artifactId>wsdl4j</artifactId>
+            <version>1.6.1</version>
+        </dependency>
     </dependencies>
 </project>