> "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?
