Maven use a dependency conflit resolution based on "nearer" dependencies :
if your project depends on acegi, that depends on spring 1.2.8, "1.2.8" is a "second level" dependency. if your project also set dependency on spring 2.0.2, "2.0.2" is a 'first level" dependency and will be used. Nico. 2007/1/19, Peter Mihalik <[EMAIL PROTECTED]>:
hi, how can i override the acegi-security dependency on spring 1.2.8 to a higher value, say 2.0.2? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
