Dozer v6.1 cannot be launched in OSGi environment. The bundle cannot start because it has the following dependency inside MANIFEST file: > org.osgi.framework;version="[1.8,2)" But this dependency should not appear in the list at all because all the required classes from this package are already provided by **osgi.core** library. It seems that this packages is added during bundling process indirectly.