重构代码,去掉带来过多jar包依赖的xml-path,使用java自带的xpath来实现相应功能。

This commit is contained in:
Binary Wang
2017-03-21 16:41:48 +08:00
parent 1649b30e23
commit b4a454dfed
5 changed files with 106 additions and 67 deletions

View File

@@ -26,11 +26,6 @@
<version>3.7</version>
<!-- 由于较新的3.8版本需要jdk8故而此处采用较低版本 -->
</dependency>
<dependency>
<groupId>io.rest-assured</groupId>
<artifactId>xml-path</artifactId>
<version>3.0.1</version>
</dependency>
<dependency>
<groupId>com.github.binarywang</groupId>
<artifactId>qrcode-utils</artifactId>