You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2011/01/31 14:06:41 UTC

svn commit: r1065589 - /cxf/trunk/rt/frontend/jaxws/pom.xml

Author: cschneider
Date: Mon Jan 31 13:06:40 2011
New Revision: 1065589

URL: http://svn.apache.org/viewvc?rev=1065589&view=rev
Log:
CXF-3299 test scope for http and local transport

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=1065589&r1=1065588&r2=1065589&view=diff
==============================================================================
--- cxf/trunk/rt/frontend/jaxws/pom.xml (original)
+++ cxf/trunk/rt/frontend/jaxws/pom.xml Mon Jan 31 13:06:40 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>