The current version (0.8.0-SNAPSHOT) places the entire jar dependency in the generated bundle jar file. I could not figure out how to get around this, so I patched the OsgiJarMojo.java file to allow the POM to specify to follow the deps, or only include the ones defined locally.
Attached is the patch if anyone is interested. Birch