Mike Perham wrote: > That's too bad. I think deps at the same level should pick the > greater, not randomly. MNG-1577 would help a lot here. > > I'm also finding that exclusions are insideous - I can't see where an > exclusion is coming from so I can't determine which module is > erroneously excluding a dep I need.
Exclusions is different - yet even more annoying topic. Since they work globally from the time the dependency with the exclusion is taken. Unfortunately this "time" changes with every added dependency, because the sequence in that they are considered seems to be based on the iterator over the keys of a hash map. We had more than once different (or missing) dependencies just by adding or removing a completely unrelated one. - Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]