[213] More dependencies aalto + stax2

KTI-1114
This commit is contained in:
Nikolay Krasko
2023-01-13 18:50:43 +00:00
committed by Space Team
parent a3293452ca
commit 9e00bb8a21
7 changed files with 226 additions and 2 deletions
+2
View File
@@ -20,6 +20,8 @@ dependencies {
testImplementation(project(":compiler:cli"))
testImplementation(intellijCore())
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
testApiJUnit5()
testImplementation(projectTests(":compiler:tests-common-new"))
+2
View File
@@ -39,6 +39,8 @@ dependencies {
testApi(commonDependency("junit:junit"))
testRuntimeOnly(commonDependency("com.google.guava:guava"))
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
testRuntimeOnly(toolsJar())
}
+2
View File
@@ -25,6 +25,8 @@ dependencies {
testRuntimeOnly(project(":compiler:fir:fir-serialization"))
testApi(intellijCore())
testRuntimeOnly(commonDependency("org.codehaus.woodstox:stax2-api"))
testRuntimeOnly(commonDependency("com.fasterxml:aalto-xml"))
}
optInToExperimentalCompilerApi()