Skip to content

Commit aae5bcb

Browse files
GRAILS-8282 - Remove transitive dependency on commons-beanutils 1.7.0
1 parent 621811c commit aae5bcb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

grails-core/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ dependencies {
99
exclude group: 'xml-apis', module:'xml-apis'
1010
exclude group: 'commons-digester', module:'commons-digester'
1111
exclude group: 'commons-logging', module:'commons-logging'
12+
exclude group: 'commons-beanutils', module:'commons-beanutils'
1213
}
1314
compile("org.springframework:spring-aop:${springVersion}") {
1415
exclude group: 'commons-logging', module:'commons-logging'

0 commit comments

Comments
 (0)