Avoid references to groovy-all artifact across all modules
Issue: SPR-17446
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user