I am trying to wrap a maven artifact that depends on spring in a bundle, and just make it self-contained.
I used pax to make a simple pom for the bundle plugin. Eclipse throws up all over the results, because it has a giant Import-Package list. It includes internal packages from the JVM, things that are in the wrapped dependencies, you name it. I have this feeling that I'm missing something awfully simple, but I don't know what.

