Skip to content

Commit 15e2e7d

Browse files
committed
Hibernate fix
1 parent af27762 commit 15e2e7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ dependencies {
6666
api "org.apache.tomcat:tomcat-jdbc"
6767
api "org.apache.groovy:groovy-dateutil"
6868

69-
api "org.hibernate:hibernate-jcache:5.6.15.Final"
69+
api "org.hibernate:hibernate-jcache:5.6.15.Final", {
70+
exclude group: 'org.hibernate', module: 'hibernate-core'
71+
}
7072

7173
api "com.esotericsoftware:kryo:5.6.2"
7274
api "com.github.java-json-tools:json-patch:1.13"

0 commit comments

Comments
 (0)