[jbossws-commits] JBossWS SVN: r13839 - in stack/cxf/trunk: modules/addons/transports/http/httpserver and 1 other directory.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Mar 4 03:14:36 EST 2011


Author: alessio.soldano at jboss.com
Date: 2011-03-04 03:14:36 -0500 (Fri, 04 Mar 2011)
New Revision: 13839

Modified:
   stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
   stack/cxf/trunk/pom.xml
Log:
[JBWS-3186] Moving to Apache CXF 2.3.4-SNAPSHOT


Modified: stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml
===================================================================
--- stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml	2011-03-03 15:32:05 UTC (rev 13838)
+++ stack/cxf/trunk/modules/addons/transports/http/httpserver/pom.xml	2011-03-04 08:14:36 UTC (rev 13839)
@@ -25,6 +25,10 @@
       <groupId>org.apache.cxf</groupId>
       <artifactId>cxf-rt-frontend-jaxws</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-http</artifactId>
+    </dependency>
     
     <!-- Spring -->
     <dependency>

Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2011-03-03 15:32:05 UTC (rev 13838)
+++ stack/cxf/trunk/pom.xml	2011-03-04 08:14:36 UTC (rev 13839)
@@ -55,7 +55,7 @@
     <jbossws.jboss601.version>3.2.1.GA</jbossws.jboss601.version>
     -->
     <!-- END -->
-    <cxf.version>2.3.2</cxf.version>
+    <cxf.version>2.3.4-SNAPSHOT</cxf.version>
     <cxf.stax.version>1.0.1</cxf.stax.version>
     <cxf.asm.version>3.3</cxf.asm.version>
     <cxf.xjcplugins.version>2.3.2</cxf.xjcplugins.version>



More information about the jbossws-commits mailing list