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 2011/06/20 07:35:45 UTC

svn commit: r1137503 - in /servicemix/smx4/features/trunk: parent/pom.xml pom.xml

Author: ffang
Date: Mon Jun 20 05:35:44 2011
New Revision: 1137503

URL: http://svn.apache.org/viewvc?rev=1137503&view=rev
Log:
[SMX4-861]upgrade to cxf 2.4.1

Modified:
    servicemix/smx4/features/trunk/parent/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/parent/pom.xml?rev=1137503&r1=1137502&r2=1137503&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/parent/pom.xml (original)
+++ servicemix/smx4/features/trunk/parent/pom.xml Mon Jun 20 05:35:44 2011
@@ -40,7 +40,7 @@
 
   <!-- Properties -->
   <properties>
-    <cxf.version>2.4.0</cxf.version>
+    <cxf.version>2.4.1</cxf.version>
     <servicemix.nmr.version>1.5.0-SNAPSHOT</servicemix.nmr.version>
   </properties>
 

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=1137503&r1=1137502&r2=1137503&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Mon Jun 20 05:35:44 2011
@@ -729,6 +729,13 @@
                     <groupId>org.apache.cxf</groupId>
                     <artifactId>cxf-codegen-plugin</artifactId>
                     <version>${cxf.version}</version>
+                    <dependencies>
+                        <dependency>
+                            <groupId>xerces</groupId>
+                            <artifactId>xercesImpl</artifactId>
+                            <version>2.8.1</version>
+                        </dependency>
+                    </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>