mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 00:32:06 +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:
parent
de564689c6
commit
072761a0ad
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ ext {
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
api "xpp3:xpp3_min:$xpp3Version"
|
api "xpp3:xpp3_min:$xpp3Version"
|
||||||
implementation "xpp3:xpp3:$xpp3Version"
|
implementation "org.codelibs:xpp3:${xpp3Version}.0"
|
||||||
api project(':smack-xmlparser')
|
api project(':smack-xmlparser')
|
||||||
//testCompile project(path: ":smack-xmlparser", configuration: "testRuntime")
|
//testCompile project(path: ":smack-xmlparser", configuration: "testRuntime")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue