Author: dkulp
Date: Thu Feb 3 17:31:21 2011
New Revision: 1066883
URL: http://svn.apache.org/viewvc?rev=1066883&view=rev
Log:
Merged revisions 1065624 via svnmerge from
https://svn.apache.org/repos/asf/cxf/trunk
........
r1065624 | cschneider | 2011-01-31 09:33:20 -0500 (Mon, 31 Jan 2011) | 1 line
CXF-3299 add compile scope for http transport for jdk15 and for jaxws22
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified: cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml?rev=1066883&r1=1066882&r2=1066883&view=diff
==============================================================================
--- cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml (original)
+++ cxf/branches/2.3.x-fixes/rt/frontend/jaxws/pom.xml Thu Feb 3 17:31:21 2011
@@ -194,6 +194,11 @@
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-jaxws_2.2_spec</artifactId>
</dependency>
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ <version>${project.version}</version>
+ </dependency>
</dependencies>
<properties>
<cxf.spi-dir>spi-2.2</cxf.spi-dir>
@@ -293,6 +298,11 @@
</properties>
<dependencies>
<dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.geronimo.specs</groupId>
<artifactId>geronimo-activation_1.1_spec</artifactId>
</dependency>