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

   The weird thing is the is fixed in the Gradle module 
https://repo1.maven.org/maven2/org/apache/grails/grails-spring-security/7.0.1/grails-spring-security-7.0.1.module,
 which is what I would think Gradle would use.
   
   ```
           {
             "group": "org.ehcache",
             "module": "ehcache",
             "requestedCapabilities": [
               {
                 "group": "org.ehcache",
                 "name": "ehcache-jakarta"
               }
             ]
           }
   ```
   
   It is not in the POM.  
   
   ```
   <dependency>
     <groupId>org.ehcache</groupId>
     <artifactId>ehcache</artifactId>
     <scope>runtime</scope>
     <version>3.10.9</version>
   </dependency>
   ```
   
   


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