Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ab52574

Browse files
authored
Update ehcache dependencies (#900)
1 parent 05fee97 commit ab52574

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

gradle.properties

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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
33
asciidoctorGradleVersion=4.0.1
44
assetPipelineVersion=5.0.1
5-
ehcacheVersion=3.10.8
65
fieldsVersion=5.0.3
76
gebVersion=7.0
87
gebPluginVersion=5.0.0-SNAPSHOT

grails-datastore-gorm-hibernate5/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff 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

grails-plugin/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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"), {

0 commit comments

Comments
 (0)