[jbossws-commits] JBossWS SVN: r15657 - projects/jaxws-jboss-httpserver-httpspi/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Tue Feb 14 09:55:49 EST 2012


Author: alessio.soldano at jboss.com
Date: 2012-02-14 09:55:48 -0500 (Tue, 14 Feb 2012)
New Revision: 15657

Modified:
   projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml
Log:
Moving to Apache CXF 2.4.6 dependency


Modified: projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml
===================================================================
--- projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml	2012-02-14 14:38:01 UTC (rev 15656)
+++ projects/jaxws-jboss-httpserver-httpspi/trunk/pom.xml	2012-02-14 14:55:48 UTC (rev 15657)
@@ -28,7 +28,7 @@
   <properties>
     <jaxws.version>2.0.0.Final</jaxws.version>
     <junit.version>4.8.1</junit.version>
-    <cxf.version>2.3.0</cxf.version>
+    <cxf.version>2.4.6</cxf.version>
     <servlet-api.version>1.0.0.Final</servlet-api.version>
     <jboss.httpserver.version>1.0.0.Final</jboss.httpserver.version>
   </properties>
@@ -54,6 +54,18 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-transports-http</artifactId>
+      <version>${cxf.version}</version>
+      <exclusions>
+        <exclusion>
+          <groupId>org.springframework</groupId>
+          <artifactId>spring-web</artifactId>
+        </exclusion>
+      </exclusions>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>${junit.version}</version>



More information about the jbossws-commits mailing list