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 2009/08/31 04:03:25 UTC

svn commit: r809449 - /cxf/trunk/tools/common/pom.xml

Author: dkulp
Date: Mon Aug 31 02:03:25 2009
New Revision: 809449

URL: http://svn.apache.org/viewvc?rev=809449&view=rev
Log:
Comment out test scope for now until we figure out what to do with the
base test classes

Modified:
    cxf/trunk/tools/common/pom.xml

Modified: cxf/trunk/tools/common/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/tools/common/pom.xml?rev=809449&r1=809448&r2=809449&view=diff
==============================================================================
--- cxf/trunk/tools/common/pom.xml (original)
+++ cxf/trunk/tools/common/pom.xml Mon Aug 31 02:03:25 2009
@@ -94,7 +94,7 @@
             <artifactId>cxf-rt-core</artifactId>
             <classifier>tests</classifier>
             <version>${project.version}</version>
-            <scope>test</scope>
+            <!--scope>test</scope-->
         </dependency>
 
         <dependency>