[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
+6
View File
@@ -8788,6 +8788,12 @@
<sha256 value="a4a95d16f952e25cbf288ef0c7bcd6cba45a4465fcc484292bc3d651248fbf1a" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.eclipse.aether" name="aether-impl" version="1.0.2.v20150114">
<artifact name="aether-impl-1.0.2.v20150114.jar">
<md5 value="90c5812e3e05a2419b47edd075920c3b" origin="Generated by Gradle"/>
<sha256 value="9a84f5863407acf2bf9cf280cd02f5a518952a386de61df3b8c5db8cfdec725d" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.eclipse.aether" name="aether-impl" version="1.1.0">
<artifact name="aether-impl-1.1.0.jar">
<md5 value="35f73c191555140e9707c9147cbfb992" origin="Generated by Gradle"/>
@@ -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")