Hello, I'm using maven-bundle-plugin to embed non osgi dependencies in my applications.
Some times, java.* or javax.* packages appear in import-package, depending on the embedded dependency. Theses imported packages are the JDK 1.6 I'm using to compile, so I don't understand why they appear as imported packages in my bundles. Do you know how that works ? Thanks Damien Lecan
