You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by bs...@apache.org on 2007/03/01 19:55:23 UTC

svn commit: r513438 - /incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml

Author: bsnyder
Date: Thu Mar  1 10:55:22 2007
New Revision: 513438

URL: http://svn.apache.org/viewvc?view=rev&rev=513438
Log:
Removed the test scope so that the spring-remoting jar is included for use at both compile time and runtime.

Modified:
    incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml

Modified: incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml
URL: http://svn.apache.org/viewvc/incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml?view=diff&rev=513438&r1=513437&r2=513438
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml Thu Mar  1 10:55:22 2007
@@ -194,7 +194,6 @@
       <groupId>org.springframework</groupId>
       <artifactId>spring-remoting</artifactId>
       <version>${spring-version}</version>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>xstream</groupId>