Changed spring-beans-groovy's Groovy dependency to optional

Issue: SPR-11028
This commit is contained in:
Juergen Hoeller 2013-10-26 02:07:27 +02:00 committed by unknown
parent 6d80da2e31
commit 166b7a906e
1 changed files with 1 additions and 1 deletions

View File

@ -277,7 +277,7 @@ project('spring-beans-groovy') {
dependencies {
compile(project(":spring-core"))
compile "org.codehaus.groovy:groovy-all:${groovyVersion}"
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
}
// this module's Java and Groovy sources need to be compiled together