You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2011/02/03 18:29:36 UTC

svn commit: r1066881 - in /cxf/branches/2.3.x-fixes: ./ rt/frontend/jaxws/pom.xml

Author: dkulp
Date: Thu Feb  3 17:29:36 2011
New Revision: 1066881

URL: http://svn.apache.org/viewvc?rev=1066881&view=rev
Log:
Merged revisions 1065589 via svnmerge from 
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1065589 | cschneider | 2011-01-31 08:06:40 -0500 (Mon, 31 Jan 2011) | 1 line
  
  CXF-3299 test scope for http and local transport
........

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=1066881&r1=1066880&r2=1066881&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:29:36 2011
@@ -92,12 +92,14 @@
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-http</artifactId>
             <version>${project.version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-transports-local</artifactId>
             <version>${project.version}</version>
             <optional>true</optional>
+            <scope>test</scope>
         </dependency>
 
         <dependency>