build: 升级 xz 版本

Closes #13416
This commit is contained in:
CaptainB 2022-05-11 10:39:51 +08:00 committed by 刘瑞斌
parent 8fce1785b3
commit 337f1bc91a
1 changed files with 6 additions and 0 deletions

View File

@ -220,6 +220,12 @@
<version>5.1.0</version>
</dependency>
<dependency>
<artifactId>xz</artifactId>
<groupId>org.tukaani</groupId>
<version>1.9</version>
</dependency>
<!-- 排除jmeter中的 xstream 解决bug -->
<dependency>