Grails 3.1 and spring-security-saml2-core problem
I'm trying to add spring-security-saml2-core to a grails 3.1 project, but I'm getting the error below:
org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'org.springframework.boot.autoconfigure.security.SecurityFilterAutoConfiguration' is defined
at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:704)
at...