-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug
Milestone
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
Labels
in: coreIssues in core modules (aop, beans, core, context, expression)Issues in core modules (aop, beans, core, context, expression)type: bugA general bugA general bug