If I use defaultConflictManager="strict" I get this [ extern | commons-logging | 1.1 ] (needed by [[ extern | spring-framework | 2.0.2 ], [ ubs | laredo | [EMAIL PROTECTED] ]]) conflicts with [ extern | commons-logging | [1.0.4,) ] (needed by [[ extern | hibernate | 3.2.1 ]])
It looks like the strict ConflictManager does not support the range support 1.1 != [1.0.4,) One package is requesting 1.1, the other is asking for 1.0.4 or greater. Seems like the both should be happy with 1.1. Is this possible? Thanks
