You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ri...@apache.org on 2011/06/18 00:53:57 UTC

svn commit: r1137066 - /camel/trunk/components/camel-spring-ws/pom.xml

Author: rickette
Date: Fri Jun 17 22:53:57 2011
New Revision: 1137066

URL: http://svn.apache.org/viewvc?rev=1137066&view=rev
Log:
CAMEL-4116: added missing test scope

Modified:
    camel/trunk/components/camel-spring-ws/pom.xml

Modified: camel/trunk/components/camel-spring-ws/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-spring-ws/pom.xml?rev=1137066&r1=1137065&r2=1137066&view=diff
==============================================================================
--- camel/trunk/components/camel-spring-ws/pom.xml (original)
+++ camel/trunk/components/camel-spring-ws/pom.xml Fri Jun 17 22:53:57 2011
@@ -74,6 +74,7 @@
             <groupId>org.springframework.ws</groupId>
             <artifactId>spring-ws-test</artifactId>
             <version>${spring-ws-version}</version>
+            <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>