how to upgrade the version of transitive dependency?!

2008-07-01 Thread oliver.maven
hi,all my Maven libraries container found a dependency ,which is asm-1.5.3.jar,it is automatically added by other dependency transitivly. but the version is to low caused a ClassNotFound exception at runtime, i can not add a new asm dependency by using m2eclipse,because the asm dependency

Re: how to upgrade the version of transitive dependency?!

2008-07-01 Thread Jörg Schaible
Hi Oliver, oliver.maven wrote: hi,all my Maven libraries container found a dependency ,which is asm-1.5.3.jar,it is automatically added by other dependency transitivly. but the version is to low caused a ClassNotFound exception at runtime, i can not add a new asm dependency by using