[Test] Remove useless dependencies on IDEA from FIR test modules

This commit is contained in:
Dmitriy Novozhilov
2021-07-02 15:00:22 +03:00
parent b6bc57fa09
commit ccc3e3510c
2 changed files with 2 additions and 34 deletions
+1 -17
View File
@@ -33,23 +33,7 @@ dependencies {
testImplementation(intellijCoreDep()) { includeJars("intellij-core") }
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] {
+1 -17
View File
@@ -37,23 +37,7 @@ dependencies {
testRuntimeOnly(intellijCoreDep()) { includeJars("intellij-core") }
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] {