Taack opened a new issue, #1119:
URL: https://github.com/apache/grails-spring-security/issues/1119

   ### Issue description
   
   I would like to test `grails-spring-security` against 
`grails-core:7.0.0-SNAPSHOT`, I do not know where to find it ..
   
   `grails-spring-security:7.0.0-M3` conflicts against  
`grails-core:7.0.0-SNAPSHOT`...
   
   Here are dependency sections I tried:
   
   ```groovy
   repositories {
       mavenLocal()
       mavenCentral()
       maven { url "https://repository.apache.org/content/groups/public"; }
       maven { url "https://repo.grails.org/grails/restricted"; }
   }
   
   dependencies {
   // ...
       implementation 
"org.apache.grails:spring-security-core:${grailsSpringSecurity}"
   // OR  implementation 
"org.grails:spring-security-core:${grailsSpringSecurity}"
   // ...
   }
   ```
   
   Thanks for your support !
   Adrien


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to