From 6a6a28f8cdcb7fa300dcbc172b511cbf9f3407cc Mon Sep 17 00:00:00 2001 From: Alexander Udalov Date: Mon, 1 Oct 2018 13:48:18 +0200 Subject: [PATCH] Fix ComponentContainerTest --- compiler/container/build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/compiler/container/build.gradle.kts b/compiler/container/build.gradle.kts index 2eec8c70b32..3d07327f33c 100644 --- a/compiler/container/build.gradle.kts +++ b/compiler/container/build.gradle.kts @@ -1,4 +1,3 @@ - plugins { kotlin("jvm") id("jps-compatible") @@ -16,7 +15,7 @@ dependencies { testCompile(project(":kotlin-test:kotlin-test-junit")) testCompile(commonDep("junit:junit")) testCompileOnly(intellijCoreDep()) { includeJars("intellij-core") } - testRuntime(intellijDep()) { includeJars("trove4j") } + testRuntime(intellijDep()) { includeJars("trove4j", "util") } } sourceSets {