Closed
Description
Dave Syer opened SPR-11028 and commented
This section in build.gradle:
project('spring-beans-groovy') {
description 'Groovy Bean Definitions'
merge.into = project(":spring-beans")
dependencies {
compile(project(":spring-core"))
compile "org.codehaus.groovy:groovy-all:${groovyVersion}"
}
creates a mandatory dependency on groovy-all (1.8.9!) for anyone using spring-beans. Probably this is unintentional (it's certainly inconvenient)?
Affects: 4.0 M3
Metadata
Metadata
Assignees
Type
Projects
Relationships
Development
No branches or pull requests
Activity