posted 6 years ago
After configuring spring security in my spring mvc application I get the follow error when running it:
here are my dependencies in `build.gradle`
My suspicion is that there is some sort of interference between the spring dependency downloaded by gradle, and the spring jars that exist in my project. The project I am working on requires that the core spring framework exist within the project itself and not downloaded via gradle. It uses `spring-core-4.1.4`