Switch example to the new maven resolving API

This commit is contained in:
Ilya Chernikov
2020-05-14 19:23:44 +02:00
parent f363134fbc
commit 7d426226f9
3 changed files with 29 additions and 33 deletions
@@ -5,6 +5,7 @@ plugins {
dependencies {
compile(project(":kotlin-scripting-jvm"))
compile(project(":kotlin-scripting-dependencies-maven"))
compile(project(":kotlin-script-util"))
runtime("com.jcabi:jcabi-aether:0.10.1")
runtime("org.sonatype.aether:aether-api:1.13.1")