I have an application that depends on the Axis2-Spring integration (1.4.1). This results in a transient dependency on Spring 2.5.1. Trying to mix in other versions of Spring causes NoSuchMethodErrors when using AOP.
Is there a version of Spring Security that will work with Spring 2.5.1? Or is it possible to configure the current version to work? I really want to use Spring Security!


