jamesfredley commented on issue #1191:
URL: 
https://github.com/apache/grails-spring-security/issues/1191#issuecomment-3482860493

   `org.ehcache:ehcache::jakarta` is an alternate for the longer syntax, which 
should work with the version coming from grails-bom.
   
   ```
      implementation 'org.ehcache:ehcache', {
           capabilities {
               requireCapability('org.ehcache:ehcache-jakarta')
           }
       }
   ```


-- 
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