From b6bc57fa095476b5f6f63a7ec2b9f0a29fad878d Mon Sep 17 00:00:00 2001 From: Dmitriy Novozhilov Date: Fri, 2 Jul 2021 14:59:43 +0300 Subject: [PATCH] [Test] Remove useless dependencies on IDEA from :compiler:tests-common-new --- compiler/tests-common-new/build.gradle.kts | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/compiler/tests-common-new/build.gradle.kts b/compiler/tests-common-new/build.gradle.kts index 94ebad7e0dc..7899090255b 100644 --- a/compiler/tests-common-new/build.gradle.kts +++ b/compiler/tests-common-new/build.gradle.kts @@ -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] {