You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2006/12/18 23:24:55 UTC

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

Author: gnodet
Date: Mon Dec 18 14:24:54 2006
New Revision: 488442

URL: http://svn.apache.org/viewvc?view=rev&rev=488442
Log:
Add missing dependency at test scope

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=488442&r1=488441&r2=488442
==============================================================================
--- incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml (original)
+++ incubator/servicemix/trunk/deployables/bindingcomponents/servicemix-http/pom.xml Mon Dec 18 14:24:54 2006
@@ -162,6 +162,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-dao</artifactId>
+      <version>${spring-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>log4j</groupId>
       <artifactId>log4j</artifactId>
       <scope>test</scope>