[213] Add more missing runtime dependencies
KTI-1114
This commit is contained in:
committed by
Space Team
parent
b62b21dd67
commit
83f9e0f87e
@@ -17,6 +17,7 @@ dependencies {
|
|||||||
|
|
||||||
testRuntimeOnly(intellijCore())
|
testRuntimeOnly(intellijCore())
|
||||||
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps:trove4j"))
|
||||||
|
testRuntimeOnly(commonDependency("org.jetbrains.intellij.deps.fastutil:intellij-deps-fastutil"))
|
||||||
}
|
}
|
||||||
|
|
||||||
sourceSets {
|
sourceSets {
|
||||||
|
|||||||
@@ -48,6 +48,7 @@ dependencies {
|
|||||||
testRuntimeOnly(project(":core:descriptors.runtime"))
|
testRuntimeOnly(project(":core:descriptors.runtime"))
|
||||||
|
|
||||||
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
|
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
|
||||||
|
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
|
||||||
testRuntimeOnly("com.jetbrains.intellij.platform:util-xml-dom:$intellijVersion") { isTransitive = false }
|
testRuntimeOnly("com.jetbrains.intellij.platform:util-xml-dom:$intellijVersion") { isTransitive = false }
|
||||||
|
|
||||||
testApi(commonDependency("junit:junit"))
|
testApi(commonDependency("junit:junit"))
|
||||||
|
|||||||
Reference in New Issue
Block a user