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 621811c commit aae5bcbCopy full SHA for aae5bcb
grails-core/build.gradle
@@ -9,6 +9,7 @@ dependencies {
9
exclude group: 'xml-apis', module:'xml-apis'
10
exclude group: 'commons-digester', module:'commons-digester'
11
exclude group: 'commons-logging', module:'commons-logging'
12
+ exclude group: 'commons-beanutils', module:'commons-beanutils'
13
}
14
compile("org.springframework:spring-aop:${springVersion}") {
15
0 commit comments