Author: gertv
Date: Thu Nov 25 22:28:08 2010
New Revision: 1039206
URL: http://svn.apache.org/viewvc?rev=1039206&view=rev
Log:
SMX4NMR-235: Apache ServiceMix Document imports Spring classes with version
range [2.5,3)
Modified:
servicemix/smx4/nmr/trunk/document/pom.xml
Modified: servicemix/smx4/nmr/trunk/document/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/document/pom.xml?rev=1039206&r1=1039205&r2=1039206&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/document/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/document/pom.xml Thu Nov 25 22:28:08 2010
@@ -46,19 +46,19 @@
<artifactId>spring-osgi-core</artifactId>
<exclusions>
<exclusion>
- <groupId>org.springframework.osgi</groupId>
+ <groupId>org.springframework</groupId>
<artifactId>org.springframework.aop</artifactId>
</exclusion>
<exclusion>
- <groupId>org.springframework.osgi</groupId>
+ <groupId>org.springframework</groupId>
<artifactId>org.springframework.beans</artifactId>
</exclusion>
<exclusion>
- <groupId>org.springframework.osgi</groupId>
+ <groupId>org.springframework</groupId>
<artifactId>org.springframework.context</artifactId>
</exclusion>
<exclusion>
- <groupId>org.springframework.osgi</groupId>
+ <groupId>org.springframework</groupId>
<artifactId>org.springframework.core</artifactId>
</exclusion>
</exclusions>
@@ -74,6 +74,11 @@
<scope>provided</scope>
</dependency>
<dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-context</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>