Build: remove explicit dependencies to org.jetbrains.annotations

This commit is contained in:
Sergey Rostov
2019-01-23 14:50:03 +03:00
parent 78630fec41
commit f35185b261
28 changed files with 1 additions and 28 deletions
-1
View File
@@ -14,7 +14,6 @@ dependencies {
compile(commonDep("org.fusesource.jansi", "jansi"))
compile(commonDep("org.jline", "jline"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly("org.jetbrains:annotations:13.0")
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }
}
@@ -12,7 +12,6 @@ dependencies {
compile(project(":compiler:util"))
compile(project(":compiler:cli-common"))
compile(kotlinStdlib())
compileOnly("org.jetbrains:annotations:13.0")
compileOnly(project(":js:js.frontend"))
compileOnly(intellijCoreDep()) { includeJars("intellij-core") }
compileOnly(intellijDep()) { includeIntellijCoreJarDependencies(project) }