[213] More dependencies aalto + stax2
KTI-1114
This commit is contained in:
committed by
Space Team
parent
a3293452ca
commit
9e00bb8a21
@@ -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"))
|
||||
|
||||
@@ -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())
|
||||
}
|
||||
|
||||
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user