1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-11-14 16:22:07 +01:00

[xmlparser-xpp3] Switch to codelibs version of xpp3

This version has javax.xml.namespace.QName removed, avoiding the
duplicate declaration conflict with QName from Java 11.
This commit is contained in:
Florian Schmaus 2024-10-15 12:43:09 +02:00
parent de564689c6
commit 072761a0ad

View file

@ -12,7 +12,7 @@ ext {
dependencies {
api "xpp3:xpp3_min:$xpp3Version"
implementation "xpp3:xpp3:$xpp3Version"
implementation "org.codelibs:xpp3:${xpp3Version}.0"
api project(':smack-xmlparser')
//testCompile project(path: ":smack-xmlparser", configuration: "testRuntime")
}