This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +1
-6
lines changed
grails-datastore-gorm-hibernate5 Expand file tree Collapse file tree 3 files changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ projectVersion=9.0.0-SNAPSHOT
22# 4.0.2-4.0.3 breaks org.ysb33r.gradle:grolifant for chromedriver
33asciidoctorGradleVersion =4.0.1
44assetPipelineVersion =5.0.1
5- ehcacheVersion =3.10.8
65fieldsVersion =5.0.3
76gebVersion =7.0
87gebPluginVersion =5.0.0-SNAPSHOT
Original file line number Diff line number Diff line change @@ -19,10 +19,6 @@ dependencies {
1919 exclude group :' org.slf4j' , module :' slf4j-api'
2020 }
2121
22- compileOnly (" org.ehcache:ehcache:$ehcacheVersion " ) {
23- exclude group : ' commons-logging' , module :' commons-logging'
24- }
25-
2622 compileOnly (" org.hibernate:hibernate-ehcache:$hibernate5Version " ) {
2723 exclude group :' commons-collections' , module :' commons-collections'
2824 exclude group :' commons-logging' , module :' commons-logging'
@@ -44,7 +40,6 @@ dependencies {
4440 }
4541 testImplementation " com.h2database:h2:$h2Version "
4642
47- testImplementation " org.ehcache:ehcache:$ehcacheVersion "
4843 testImplementation " org.hibernate:hibernate-ehcache:$hibernate5Version "
4944
5045 // groovy proxy fixes bytebuddy to be a bit smarter when it comes to groovy metaClass
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ dependencies {
2828 api " org.springframework.boot:spring-boot:$springBootVersion "
2929 api " org.springframework:spring-orm:$springVersion "
3030 api " org.hibernate:hibernate-core-jakarta:${ hibernate5Version} "
31+ api " org.hibernate:hibernate-ehcache:$hibernate5Version "
3132 api " org.grails:grails-datastore-web:$gormVersion "
3233 api " org.grails:grails-datastore-gorm-support:$gormVersion "
3334 api project(" :grails-datastore-gorm-hibernate5" ), {
You can’t perform that action at this time.
0 commit comments