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
@@ -21,7 +21,6 @@ dependencies {
testCompile(commonDep("junit:junit"))
testCompile(project(":kotlin-test:kotlin-test-junit"))
testCompile(kotlinStdlib())
testCompileOnly("org.jetbrains:annotations:13.0")
testCompile(projectTests(":kotlin-build-common"))
testCompile(projectTests(":compiler:tests-common"))
testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") }