We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af27762 commit 15e2e7dCopy full SHA for 15e2e7d
build.gradle
@@ -66,7 +66,9 @@ dependencies {
66
api "org.apache.tomcat:tomcat-jdbc"
67
api "org.apache.groovy:groovy-dateutil"
68
69
- api "org.hibernate:hibernate-jcache:5.6.15.Final"
+ api "org.hibernate:hibernate-jcache:5.6.15.Final", {
70
+ exclude group: 'org.hibernate', module: 'hibernate-core'
71
+ }
72
73
api "com.esotericsoftware:kryo:5.6.2"
74
api "com.github.java-json-tools:json-patch:1.13"
0 commit comments