Hello Many bundles in my project but not all import a specific package. Whenever this package is imported I have to specify the version range in the Import-Package directive as it would otherwise be too restrictive. I would like to specify this version range in the parent rather than in every bundle-artifact individually. Obviously the import should only show up id the package is indeed needed in that bundle project. Is this possible?
Cheers, Reto

