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/01/31 06:53:56 UTC

svn commit: r617009 - in /servicemix/smx4/features/trunk: ejb3/bundles/cxf/pom.xml ejb3/bundles/openejb/pom.xml ejb3/deployer/pom.xml pom.xml

Author: ffang
Date: Wed Jan 30 21:53:55 2008
New Revision: 617009

URL: http://svn.apache.org/viewvc?rev=617009&view=rev
Log:
[SM-1213] update cxf version from 2.0.3-incubator to 2.0.4-incubator in smx4 feature module

Modified:
    servicemix/smx4/features/trunk/ejb3/bundles/cxf/pom.xml
    servicemix/smx4/features/trunk/ejb3/bundles/openejb/pom.xml
    servicemix/smx4/features/trunk/ejb3/deployer/pom.xml
    servicemix/smx4/features/trunk/pom.xml

Modified: servicemix/smx4/features/trunk/ejb3/bundles/cxf/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/ejb3/bundles/cxf/pom.xml?rev=617009&r1=617008&r2=617009&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/ejb3/bundles/cxf/pom.xml (original)
+++ servicemix/smx4/features/trunk/ejb3/bundles/cxf/pom.xml Wed Jan 30 21:53:55 2008
@@ -29,7 +29,7 @@
     </parent>
 
     <groupId>org.apache.servicemix.bundles</groupId>
-    <artifactId>org.apache.servicemix.bundles.cxf-2.0.3</artifactId>
+    <artifactId>org.apache.servicemix.bundles.cxf-2.0.4</artifactId>
     <version>1.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>ServiceMix OSGI Common Bundles: cxf</name>
@@ -38,7 +38,7 @@
     </description>
 
     <properties>
-        <pkgVersion>2.0.3</pkgVersion>
+        <pkgVersion>2.0.4</pkgVersion>
 		<servicemix.osgi.export>
             org.apache.cxf*;version=${pkgVersion},
             org.xmlsoap.schemas*;version=${pkgVersion}
@@ -77,7 +77,7 @@
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-bundle</artifactId>
-            <version>2.0.3-incubator</version>
+            <version>2.0.4-incubator</version>
             <optional>true</optional>
         </dependency>
         <dependency>

Modified: servicemix/smx4/features/trunk/ejb3/bundles/openejb/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/ejb3/bundles/openejb/pom.xml?rev=617009&r1=617008&r2=617009&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/ejb3/bundles/openejb/pom.xml (original)
+++ servicemix/smx4/features/trunk/ejb3/bundles/openejb/pom.xml Wed Jan 30 21:53:55 2008
@@ -395,6 +395,10 @@
                 </exclusion>
                 <exclusion>
                   <groupId>org.apache.cxf</groupId>
+                  <artifactId>cxf-rt-core</artifactId>
+                </exclusion>
+                <exclusion>
+                  <groupId>org.apache.cxf</groupId>
                   <artifactId>cxf-rt-frontend-jaxws</artifactId>
                 </exclusion>
                 <exclusion>

Modified: servicemix/smx4/features/trunk/ejb3/deployer/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/ejb3/deployer/pom.xml?rev=617009&r1=617008&r2=617009&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/ejb3/deployer/pom.xml (original)
+++ servicemix/smx4/features/trunk/ejb3/deployer/pom.xml Wed Jan 30 21:53:55 2008
@@ -37,7 +37,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
-            <artifactId>org.apache.servicemix.bundles.cxf-2.0.3</artifactId>
+            <artifactId>org.apache.servicemix.bundles.cxf-2.0.4</artifactId>
             <version>${pom.version}</version>
         </dependency>
         <dependency>
@@ -334,6 +334,27 @@
                         </goals>
                     </execution>
                 </executions>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-surefire-plugin</artifactId>
+                <configuration>
+                    <forkMode>pertest</forkMode>
+                    <systemProperties>
+                        <property>
+                            <name>javax.xml.parsers.DocumentBuilderFactory</name>
+                            <value>com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl</value>
+                        </property>
+                        <property>
+                            <name>javax.xml.datatype.DatatypeFactory</name>
+                            <value>com.sun.org.apache.xerces.internal.jaxp.datatype.DatatypeFactoryImpl</value>
+                        </property>
+                        <property>
+                            <name>javax.xml.parsers.SAXParserFactory</name>
+                            <value>com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl</value>
+                        </property>
+                    </systemProperties>
+                </configuration>
             </plugin>
         </plugins>
     </build>

Modified: servicemix/smx4/features/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/pom.xml?rev=617009&r1=617008&r2=617009&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/pom.xml (original)
+++ servicemix/smx4/features/trunk/pom.xml Wed Jan 30 21:53:55 2008
@@ -67,7 +67,7 @@
       <camel.version>1.3-SNAPSHOT</camel.version>
       <commons.io.version>1.3.1</commons.io.version>
       <commons.logging.version>1.1</commons.logging.version>
-      <cxf.version>2.0.3-incubator</cxf.version>
+      <cxf.version>2.0.4-incubator</cxf.version>
       <felix.bundlerepository.version>1.1.0-r605854</felix.bundlerepository.version>
       <felix.compendium.version>0.9.0-r605854</felix.compendium.version>
       <felix.configadmin.version>0.9.0-r605854</felix.configadmin.version>