1
0
mirror of synced 2025-12-26 20:48:00 +08:00

增加xml解析工具类

This commit is contained in:
Binary Wang
2018-11-04 17:01:45 +08:00
parent e204b0e2e4
commit 4a62a3f70e
3 changed files with 179 additions and 0 deletions

View File

@@ -114,6 +114,11 @@
<artifactId>assertj-guava</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.dom4j</groupId>
<artifactId>dom4j</artifactId>
<version>2.0.0</version>
</dependency>
</dependencies>
<build>