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
@@ -16,7 +16,6 @@ dependencies {
compile(project(":js:js.frontend"))
compile(projectRuntimeJar(":kotlin-preloader"))
compile(project(":idea:idea-jps-common"))
compileOnly(group = "org.jetbrains", name = "annotations", version = "13.0")
compileOnly(intellijDep()) {
if (Platform[181].orHigher()) {
includeJars("jdom", "trove4j", "jps-model", "openapi", "platform-api", "util", "asm-all", rootProject = rootProject)