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 f8333c7 commit ef650feCopy full SHA for ef650fe
grails-hibernate/build.gradle
@@ -55,6 +55,7 @@ dependencies {
55
// Hibernate related
56
compile ("org.hibernate:hibernate-core:$hibernateVersion") {
57
exclude group: 'commons-logging', module:'commons-logging'
58
+ exclude group: 'commons-collections', module:'commons-collections'
59
exclude group: 'antlr', model: 'antlr'
60
}
61
compile 'javassist:javassist:3.12.0.GA'
@@ -71,6 +72,7 @@ dependencies {
71
72
73
runtime ("org.hibernate:hibernate-ehcache:$hibernateVersion") {
74
75
76
77
runtime ('antlr:antlr:2.7.7') {
78
0 commit comments