Vi Da wrote: > I am running into an issue where I have to use a legacy library which uses > cglib-full-2.0.2.jar and comes in conflict with asm-2.2.3.jar.
If you can use cglib-nodep instead then you will be able to include asm 2.2.3 and it will all work. Ian
