Add log4j & jdom to tests-common testCompile

Fixes NCDFEs in IrBlackBoxCodegenTestGenerated
This commit is contained in:
Vyacheslav Gerasimov
2018-02-02 17:20:47 +03:00
parent c06204d0d4
commit 5b0d908d85
+1 -1
View File
@@ -28,7 +28,7 @@ dependencies {
testCompile(androidDxJar()) { isTransitive = false }
testCompile(intellijCoreDep()) { includeJars("intellij-core"); isTransitive = false }
testCompile(intellijDep()) {
includeJars("openapi", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", rootProject = rootProject)
includeJars("openapi", "idea", "idea_rt", "guava", "trove4j", "picocontainer", "asm-all", "log4j", "jdom", rootProject = rootProject)
isTransitive = false
}
}