[213] Add missing test runtime dependencies

KTI-1114
This commit is contained in:
Roman Golyshev
2022-08-03 16:48:02 +02:00
committed by Space Team
parent e388b1df36
commit ac388010b1
5 changed files with 15 additions and 0 deletions
@@ -36,6 +36,9 @@ dependencies {
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
testRuntimeOnly(toolsJar())
}
@@ -24,6 +24,9 @@ dependencies {
testImplementation(intellijCore())
testRuntimeOnly(intellijResources()) { isTransitive = false }
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
testApiJUnit5()
testApi(projectTests(":compiler:tests-common-new"))
testApi(projectTests(":compiler:test-infrastructure"))
@@ -47,6 +47,9 @@ dependencies {
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly("com.jetbrains.intellij.platform:util-xml-dom:$intellijVersion") { isTransitive = false }
testApi(commonDependency("junit:junit"))
robolectricClasspath(commonDependency("org.robolectric", "robolectric"))