[Test] Remove useless dependencies on IDEA from :compiler:tests-common-new

This commit is contained in:
Dmitriy Novozhilov
2021-07-02 14:59:43 +03:00
parent 88b7694762
commit b6bc57fa09
+1 -17
View File
@@ -25,23 +25,7 @@ dependencies {
testApi(projectTests(":compiler:tests-common-jvm6"))
testRuntimeOnly(intellijDep()) {
includeJars(
"jps-model",
"extensions",
"util",
"platform-api",
"platform-impl",
"idea",
"guava",
"trove4j",
"asm-all",
"log4j",
"jdom",
"streamex",
"bootstrap",
"jna",
rootProject = rootProject
)
includeJars("jna", rootProject = rootProject)
}
Platform[202] {