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:
parent
de564689c6
commit
072761a0ad
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue