Hi Karaf community, If as me you want to increase the range of some package import versions in a bundle you're depending, you can use my Manifest import version updater: https://github.com/OsgiliathEnterprise/net.osgiliath.parent/tree/master/net.osgiliath.framework/net.osgiliath.helpers.parent/net.osgiliath.helpers.manifest.transformer
Here's an example of usage in a pom (it'll convert a range for guava packages from [13, 14) to [13,17]: https://github.com/OsgiliathEnterprise/net.osgiliath.parent/blob/master/net.osgiliath.framework/net.osgiliath.helpers.parent/net.osgiliath.wrappers/net.osgiliath.wrapper.swagger-jaxrs/pom.xml Feel free to use, integrate it in any plugin... It will also be on Maven Central in one or two weeks. Best regards, -- Charlie Mordant Full OSGI/EE stack made with Karaf: https://github.com/OsgiliathEnterprise/net.osgiliath.parent
