Changed spring-beans-groovy's Groovy dependency to optional
Issue: SPR-11028
This commit is contained in:
@@ -277,7 +277,7 @@ project('spring-beans-groovy') {
|
|||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compile(project(":spring-core"))
|
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
|
// this module's Java and Groovy sources need to be compiled together
|
||||||
|
|||||||
Reference in New Issue
Block a user