Open pabloalba opened 10 years ago
Any chance you could sent in a pull request with a fix? I don't use Spring Security so its not trivial for me to test this stuff. If you do please try to keep support for the old version as well.
This fixes the compilation errors:
BuildConfig.groovy
runtime ':cors:1.1.6', {
excludes 'spring-security-core', 'spring-security-web'
}
Wouldn't that fix suggested by @dynamind mess up the plugin if it is used in an app that does not make use of Spring Security?
If you don't include Spring Security yourself you should not use this fix.
Hi. When I use this plugin with the last version of springsecurity: compile ":spring-security-core:2.0-RC4"
I get a lot of compilation errors, probably because the plugin uses the old springsecurity plugin.
Do you have plans to make it compatible with the new version?