[Scripting] Get rid of unneeded dependencies in Maven resolver

This commit is contained in:
Ilya Muradyan
2021-05-18 19:03:05 +03:00
committed by teamcityserver
parent 2fe498149e
commit 7caadd87a2
2 changed files with 6 additions and 3 deletions
@@ -8,9 +8,6 @@ jvmTarget = "1.6"
dependencies {
compile(kotlinStdlib())
compile(project(":kotlin-scripting-dependencies"))
compile("org.eclipse.aether:aether-api:1.1.0")
compile("org.eclipse.aether:aether-impl:1.1.0")
compile("org.eclipse.aether:aether-util:1.1.0")
compile("org.eclipse.aether:aether-connector-basic:1.1.0")
compile("org.eclipse.aether:aether-transport-wagon:1.1.0")
compile("org.eclipse.aether:aether-transport-file:1.1.0")