File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,11 @@ dependencies {
6161 testImplementation " org.apache.grails:grails-testing-support-datamapping"
6262 testImplementation " org.apache.grails:grails-testing-support-web"
6363
64- implementation ' org.ehcache:ehcache'
64+ implementation ' org.ehcache:ehcache' , {
65+ capabilities {
66+ requireCapability(' org.ehcache:ehcache-jakarta' )
67+ }
68+ }
6569
6670 api project(' :core-plugin' )
6771 api ' org.springframework.security:spring-security-acl'
Original file line number Diff line number Diff line change @@ -59,7 +59,11 @@ dependencies {
5959 api ' org.springframework:spring-web'
6060
6161 implementation ' org.apache.commons:commons-text'
62- implementation " org.ehcache:ehcache"
62+ implementation " org.ehcache:ehcache" , {
63+ capabilities {
64+ requireCapability(' org.ehcache:ehcache-jakarta' )
65+ }
66+ }
6367 implementation ' org.apache.grails.bootstrap:grails-bootstrap'
6468 implementation ' org.apache.grails:grails-rest-transforms'
6569 implementation ' org.apache.grails:grails-converters'
You can’t perform that action at this time.
0 commit comments