Hi, I have read that when there are conflicting versions, maven chooses the version highest in the dependency tree. If I remember right if there are serveral version at the same level the choosen version is randomly one of those 3 (I remember this form etter Bilds with Maven).
Nicole On 13/03/2008, David Delbecq <[EMAIL PROTECTED]> wrote: > Hello, > > i have a question relative to behaviour of maven when there are > conflicting inherited dependency version. I expected maven to pick-up > most recent version when presented to having to make a choice. However, > it seems it just take the first inherited version it encounter on the > tree and discard all other inherited version. Is it expected behaviour? > Or is it going to change? Is it configurable? > > The only way is seem to find out to solve this, is to use the > <exclusion> mechanism on the library that uses the oldest version. > > Thanks for information > > > -- > David Delbecq > Institut Royal Météorologique > Ext:557 > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
