I am using the maven-bundle-plugin to build my bundle. I am having a problem where the javax.imageio package is not being treated correctly. Everytime I try to run my bundle I get:
org.osgi.framework.BundleException: Unresolved constraint in bundle 1: package; (package=javax.imageio) Is there any way to tell the plugin that javax.imageio needs to be addressed the same as the java.* packages? Thank you for you patience with my beginner questions Damon Jacobsen

