Skip to content

BND calculates too many imported packages #14

@hseeberger

Description

@hseeberger

In Lift (http://liftweb.net) we use BND (well, the Maven Bundle plugin) to create OSGi bundles for the Lift modules. There is one module (lift-util) that uses joda-time and actually only imports org.joda.time.DateTime, and ...Duration. But the bundle manifest created by BND calculates not only org.joda.time as imported package, but also org.joda.time.base.

If I exclude the superfluous package "manually" the bundle will be resolved just fine => It's a bug!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions