Avoid references to groovy-all artifact across all modules

Issue: SPR-17446
This commit is contained in:
Juergen Hoeller
2018-11-05 12:27:07 +01:00
parent 59fa647e2d
commit f65408f646
5 changed files with 5 additions and 5 deletions

View File

@@ -11,6 +11,6 @@ dependencies {
optional("javax.transaction:javax.transaction-api:1.3")
optional("com.ibm.websphere:uow:6.0.2.17")
testCompile("org.aspectj:aspectjweaver:${aspectjVersion}")
testCompile("org.codehaus.groovy:groovy-all:${groovyVersion}")
testCompile("org.codehaus.groovy:groovy:${groovyVersion}")
testCompile("org.eclipse.persistence:javax.persistence:2.2.0")
}