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

@@ -60,7 +60,7 @@ dependencies {
optional("com.googlecode.protobuf-java-format:protobuf-java-format:1.4")
optional("com.rometools:rome:1.11.1")
optional("com.caucho:hessian:4.0.51")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.codehaus.groovy:groovy:${groovyVersion}")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("io.projectreactor:reactor-test")