Skip to content

Redundant "org.osgi.framework" dependency in version 6.1 #516

@alexey-anufriev

Description

@alexey-anufriev

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions