Changed spring-beans-groovy's Groovy dependency to optional
Issue: SPR-11028
This commit is contained in:
parent
6d80da2e31
commit
166b7a906e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue