On 04/06/2015 11:26 PM, Benjamin Abernathy wrote: > Hello, > > I need to deploy version 1.0.0-M30 of the API bundles into an instance > of ServiceMix 5.3.0. Unfortunately ServiceMix (actually Karaf I think) > includes slf4j as a system bundle so its headers are made available to > all bundles. This makes it not possible to install the LDAP API bundles > because the system exports version 1.7.7 and the API bundles require > 1.7.10. > > Would it be possible to open up the import version to import a wider > range of versions? For example, perhaps [1.7.0,1.8.0).
We use maven-bundle-plugin to generate the manifest.mf. I think I read that it is possible to use some expression that generates such a range. I have to investigate on that. If you have any useful pointers would be helpful. Kind Regards, Stefan
