Skip to content

groovy-all should not be a mandatory dependency [SPR-11028] #15656

@spring-projects-issues

Description

@spring-projects-issues

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)type: bugA general bug

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions