Support xstream

This commit is contained in:
springkill
2024-08-16 21:29:12 +08:00
parent 4bcce8789f
commit 4cf43d6260
5 changed files with 31 additions and 4 deletions
+2
View File
@@ -2,6 +2,7 @@
# https://docs.gradle.org/current/userguide/platforms.html#sub::toml-dependencies-format
[versions]
com-thoughtworks-xstream = "1.4.15"
cn-hutool-hutool-all = "5.7.7"
com-alibaba-fastjson = "1.2.83"
com-alibaba-fastjson2-fastjson2 = "2.0.26"
@@ -72,6 +73,7 @@ rome-rome = "1.0"
xerces-xercesimpl = "2.12.0"
[libraries]
com-thoughtworks-xstream = { module = "com.thoughtworks.xstream:xstream", version.ref = "com-thoughtworks-xstream" }
cn-hutool-hutool-all = { module = "cn.hutool:hutool-all", version.ref = "cn-hutool-hutool-all" }
com-alibaba-fastjson = { module = "com.alibaba:fastjson", version.ref = "com-alibaba-fastjson" }
com-alibaba-fastjson2-fastjson2 = { module = "com.alibaba.fastjson2:fastjson2", version.ref = "com-alibaba-fastjson2-fastjson2" }