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>