With OSGi bundles it is common that they repackage the API that they depend on. In feature packs, we would need support for a configuration like this
<artifact name="${org.apache.felix:org.apache.felix.configadmin}"> <filter> <exclude path="org/osgi/**" /> </filter> </artifact>