Author: cschneider
Date: Mon Jan 31 14:33:20 2011
New Revision: 1065624

URL: http://svn.apache.org/viewvc?rev=1065624&view=rev
Log:
CXF-3299 add compile scope for http transport for jdk15 and for jaxws22

Modified:
    cxf/trunk/rt/frontend/jaxws/pom.xml

Modified: cxf/trunk/rt/frontend/jaxws/pom.xml
URL: 
http://svn.apache.org/viewvc/cxf/trunk/rt/frontend/jaxws/pom.xml?rev=1065624&r1=1065623&r2=1065624&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxws/pom.xml Mon Jan 31 14:33:20 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>


Reply via email to