Am Montag, 9. Juli 2012 17:09:21 UTC+2 schrieb Lukas Eder: > "Import-Packages" is an OSGi feature which means: Look through all > > dependencies that you can find anywhere (incl. remote dependencies) and > try > > to find bundles which export the packages that I need. > > Thanks for the clarification. So in essence, I should: > > - Remove the "*" > - Add the missing maven dependencies (slf4j, validation-api) > > Is that correct? >
Yes. And please remove org.apache.log4j; you don't want to force consumers of the bundle to use log4j; logback would also work since you're using slf4j. Regards, A. Digulla
