Is there a way to prioritize fragment dependencies? I have the case that one of the maven plugins that is used at compile time does not use the hierarchical OSGi Classloading, but instead uses a "flat" classpath. Now there is a version conflict between (transitive) dependencies of the host plugin and the fragment. Everything would work fine in a hierarchical scneario, but fails for the "flat" classpath.
Is there a way to prioritize the fragments dependencies? Logically, i mean that the dependencies of the fragment should be resolved before the dependencies of the host.