Skip to content

Commit ef650fe

Browse files
GRAILS-8282 - Remove transitive dependency on commons-collections 3.1
1 parent f8333c7 commit ef650fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

grails-hibernate/build.gradle

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ dependencies {
5555
// Hibernate related
5656
compile ("org.hibernate:hibernate-core:$hibernateVersion") {
5757
exclude group: 'commons-logging', module:'commons-logging'
58+
exclude group: 'commons-collections', module:'commons-collections'
5859
exclude group: 'antlr', model: 'antlr'
5960
}
6061
compile 'javassist:javassist:3.12.0.GA'
@@ -71,6 +72,7 @@ dependencies {
7172
}
7273
runtime ("org.hibernate:hibernate-ehcache:$hibernateVersion") {
7374
exclude group: 'commons-logging', module:'commons-logging'
75+
exclude group: 'commons-collections', module:'commons-collections'
7476
}
7577
runtime ('antlr:antlr:2.7.7') {
7678
exclude group: 'commons-logging', module:'commons-logging'

0 commit comments

Comments
 (0)