Minor, remove unneeded dependency of 'js.parser' on 'util'

This commit is contained in:
Alexander Udalov
2020-03-15 14:46:11 +01:00
committed by Alexander Udalov
parent 9dd8b1821a
commit 844b0078ba
+1 -3
View File
@@ -1,11 +1,10 @@
plugins {
kotlin("jvm")
id("jps-compatible")
}
dependencies {
compile(project(":compiler:util"))
api(kotlinStdlib())
compile(project(":js:js.ast"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
}
@@ -14,4 +13,3 @@ sourceSets {
"main" { projectDefault() }
"test" {}
}