Skip to content

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

Closed
@spring-projects-issues

Description

@spring-projects-issues
Collaborator

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

in: coreIssues in core modules (aop, beans, core, context, expression)type: bugA general bug

Type

No type

Projects

No projects

Relationships

None yet

    Development

    No branches or pull requests

      Participants

      @jhoeller@spring-projects-issues

      Issue actions

        groovy-all should not be a mandatory dependency [SPR-11028] · Issue #15656 · spring-projects/spring-framework