add xml to json library

This commit is contained in:
Francis Dong
2021-04-08 17:47:58 +08:00
committed by dxfeng10
parent ec040fe590
commit 96894ca206
8 changed files with 1432 additions and 0 deletions

View File

@@ -351,6 +351,13 @@
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.64</version>
</dependency>
<dependency>
<groupId>net.sf.kxml</groupId>
<artifactId>kxml2</artifactId>
<version>2.3.0</version>
</dependency>
</dependencies>
</dependencyManagement>