FIR Tests: Fix modularized tests dependencies for html dump

This commit is contained in:
Simon Ogorodnik
2021-11-17 19:22:28 +03:00
committed by teamcity
parent 8f9fd76254
commit 1c8b6dccff
@@ -24,6 +24,7 @@ dependencies {
testRuntimeOnly("xerces:xercesImpl:2.12.0")
testRuntimeOnly(intellijPluginDep("java"))
testRuntimeOnly(intellijDep()) { includeJars("commons-lang-2.4") }
testApi(commonDep("junit:junit"))
testCompileOnly(project(":kotlin-test:kotlin-test-jvm"))