[213] Add more missing runtime dependencies

KTI-1114
This commit is contained in:
Roman Golyshev
2022-08-04 15:01:58 +02:00
committed by Space Team
parent b62b21dd67
commit 83f9e0f87e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ dependencies {
testRuntimeOnly(intellijCore())
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
}
sourceSets {
@@ -48,6 +48,7 @@ dependencies {
testRuntimeOnly(project(":core:descriptors.runtime"))
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
testRuntimeOnly("com.jetbrains.intellij.platform:util-xml-dom:$intellijVersion") { isTransitive = false }
testApi(commonDependency("junit:junit"))