Author: gnodet
Date: Tue Nov 13 05:35:15 2007
New Revision: 594533
URL: http://svn.apache.org/viewvc?rev=594533&view=rev
Log:
Fix missing deps in servicemix-lwcontainer pom
Modified:
incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/pom.xml
Modified:
incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/pom.xml?rev=594533&r1=594532&r2=594533&view=diff
==============================================================================
---
incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/pom.xml
(original)
+++
incubator/servicemix/branches/servicemix-3.2/deployables/serviceengines/servicemix-lwcontainer/pom.xml
Tue Nov 13 05:35:15 2007
@@ -44,6 +44,18 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-core</artifactId>
+ <version>${spring-version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-beans</artifactId>
+ <version>${spring-version}</version>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<scope>provided</scope>