You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/12/20 15:25:02 UTC

svn commit: r489099 - in /incubator/servicemix/trunk: common/servicemix-common/pom.xml pom.xml

Author: gnodet
Date: Wed Dec 20 06:25:01 2006
New Revision: 489099

URL: http://svn.apache.org/viewvc?view=rev&rev=489099
Log:
Fix poms due to wsdl4j dependency becoming optional

Modified:
    incubator/servicemix/trunk/common/servicemix-common/pom.xml
    incubator/servicemix/trunk/pom.xml

Modified: incubator/servicemix/trunk/common/servicemix-common/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/common/servicemix-common/pom.xml?view=diff&rev=489099&r1=489098&r2=489099
==============================================================================
--- incubator/servicemix/trunk/common/servicemix-common/pom.xml (original)
+++ incubator/servicemix/trunk/common/servicemix-common/pom.xml Wed Dec 20 06:25:01 2006
@@ -61,6 +61,10 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>wsdl4j</groupId>
+      <artifactId>wsdl4j</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.geronimo.specs</groupId>
       <artifactId>geronimo-jta_1.0.1B_spec</artifactId>
       <scope>provided</scope>

Modified: incubator/servicemix/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/pom.xml?view=diff&rev=489099&r1=489098&r2=489099
==============================================================================
--- incubator/servicemix/trunk/pom.xml (original)
+++ incubator/servicemix/trunk/pom.xml Wed Dec 20 06:25:01 2006
@@ -207,13 +207,14 @@
         <jetty-version>6.0.1</jetty-version>
         <geronimo-version>1.2-SNAPSHOT</geronimo-version>
         <servicemix-version>3.1-incubating-SNAPSHOT</servicemix-version>
-        <wsdl4j-version>1.5.2</wsdl4j-version>
+        <wsdl4j-version>1.6.1</wsdl4j-version>
         <commons-beanutils-version>1.7.0</commons-beanutils-version>
         <commons-fileupload-version>1.1.1</commons-fileupload-version>
         <woodstox-version>3.0.2</woodstox-version>
         <msv-version>20050913</msv-version>
         <oro-version>2.0.8</oro-version>
         <sitemesh-version>2.2.1</sitemesh-version>
+        <woden-version>20061220</woden-version>
     </properties>
 
     <profiles>
@@ -1489,7 +1490,7 @@
             <dependency>
                 <groupId>org.apache.ws.commons</groupId>
                 <artifactId>XmlSchema</artifactId>
-                <version>1.0</version>
+                <version>1.1</version>
             </dependency>
             <dependency>
                 <groupId>lucene</groupId>