You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by bi...@apache.org on 2009/10/19 16:07:59 UTC

svn commit: r826678 - /cxf/trunk/systests/transports/pom.xml

Author: bimargulies
Date: Mon Oct 19 14:07:59 2009
New Revision: 826678

URL: http://svn.apache.org/viewvc?rev=826678&view=rev
Log:
fix stupid typo in pom.

Modified:
    cxf/trunk/systests/transports/pom.xml

Modified: cxf/trunk/systests/transports/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/systests/transports/pom.xml?rev=826678&r1=826677&r2=826678&view=diff
==============================================================================
--- cxf/trunk/systests/transports/pom.xml (original)
+++ cxf/trunk/systests/transports/pom.xml Mon Oct 19 14:07:59 2009
@@ -211,7 +211,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
-            <scope>text</scope>
+            <scope>test</scope>
             <version>${spring.version}</version>
         </dependency>
         <dependency>