[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
@@ -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"))