You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by dk...@apache.org on 2010/07/12 19:15:37 UTC

svn commit: r963355 - /servicemix/smx4/nmr/trunk/nmr/spring/pom.xml

Author: dkulp
Date: Mon Jul 12 17:15:37 2010
New Revision: 963355

URL: http://svn.apache.org/viewvc?rev=963355&view=rev
Log:
Specify a broader version range for Spring so it will still work with 2.5.6

Modified:
    servicemix/smx4/nmr/trunk/nmr/spring/pom.xml

Modified: servicemix/smx4/nmr/trunk/nmr/spring/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/nmr/trunk/nmr/spring/pom.xml?rev=963355&r1=963354&r2=963355&view=diff
==============================================================================
--- servicemix/smx4/nmr/trunk/nmr/spring/pom.xml (original)
+++ servicemix/smx4/nmr/trunk/nmr/spring/pom.xml Mon Jul 12 17:15:37 2010
@@ -102,6 +102,10 @@
                     <instructions>
                         <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
                         <Export-Package>${project.artifactId}*;version=${project.version};-noimport:=true</Export-Package>
+                        <Import-Package>
+                            org.springframework*;resolution:=optional;version="[2.5,4)",
+                            *
+                        </Import-Package>
                         <_versionpolicy>[$(version;==;$(@)),$(version;+;$(@)))</_versionpolicy>
                     </instructions>
                 </configuration>