Hi team, is it possible to add Spring Security to ...
# questions
l
Hi team, is it possible to add Spring Security to a Grails 7 RC1 app yet ? Dependency seems wrong here https://apache.github.io/grails-spring-security/7.0.x/core-plugin/guide/index.html , I can't see it in https://start.grails.org/ features
j
Try org.apache.grails.pluginsspring security core7.0.0-M5 or org.apache.grails.pluginsspring security core7.0.0-SNAPSHOT
l
Thanks James, not found with the apache move, it should be like this right ?
Copy code
repositories {
    mavenCentral()
    maven {
        url = '<https://repo.grails.org/grails/restricted>'
    }
ah ok
Copy code
implementation 'org.apache.grails:grails-spring-security:7.0.0-M5'
implementation 'org.apache.grails:grails-spring-security-ldap:7.0.0-M5'
It looks like plugins was removed from the groupid, updating PR
j
https://github.com/apache/grails-spring-security/issues/1049 - we still had a todo to update the docs and commands for app generation