[IC] Add missed runtime dependency

This commit is contained in:
Roman Artemev
2019-08-23 14:25:10 +03:00
committed by romanart
parent 104a50f786
commit 7840cf70f0
@@ -24,6 +24,7 @@ dependencies {
testCompile(projectTests(":compiler:tests-common"))
testCompile(intellijCoreDep()) { includeJars("intellij-core") }
testCompile(intellijDep()) { includeJars("log4j", "jdom") }
testRuntime(intellijDep()) { includeJars("lz4-1.3.0") }
}
sourceSets {