fix: #I5N0GI 升级xercesImpl以解决工作流分配时的validator失败问题.

This commit is contained in:
史海洋
2022-08-18 22:29:06 +08:00
parent ffa2850a22
commit 4014587637
2 changed files with 11 additions and 0 deletions

View File

@ -68,6 +68,11 @@
<groupId>org.jeecgframework.jimureport</groupId>
<artifactId>jimureport-spring-boot-starter</artifactId>
</dependency>
<!-- 单独依赖升级版本解决低版本validator失败问题 -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
</dependency>
</dependencies>
</project>