Description
The oak-core bundle declares that every imported package has an optional resolution policy. Because of this, the OSGi framework will not attempt to resolve any imported package, but will happily resolve the bundle even if some dependencies are missing. This may generate NoClassDefFoundError at runtime.