Revert "Leverage Kotlin plugin dependency management"

This reverts commit 3e2f6c848a.
This commit is contained in:
Brian Clozel
2017-08-22 21:29:39 +02:00
parent a1e898fd39
commit 397fd24849
10 changed files with 26 additions and 25 deletions

View File

@@ -21,8 +21,8 @@ dependencies {
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.codehaus.groovy:groovy-all:${groovyVersion}")
optional("org.beanshell:bsh:2.0b5")
optional("org.jetbrains.kotlin:kotlin-reflect")
optional("org.jetbrains.kotlin:kotlin-stdlib")
optional("org.jetbrains.kotlin:kotlin-reflect:${kotlinVersion}")
optional("org.jetbrains.kotlin:kotlin-stdlib:${kotlinVersion}")
testCompile("org.apache.commons:commons-pool2:2.4.2")
testCompile("org.slf4j:slf4j-api:${slf4jVersion}")
testCompile("javax.inject:javax.inject-tck:1")