我需要使用不使用xml-apis的xerces版本;有一些遗留代码不能很好地发挥它。
我发现以下内容看起来会起作用。
<!-- https://mvnrepository.com/artifact/xerces/xercesImpl -->
<dependency>
<groupId>xerces</groupId>
<artifactId>xercesImpl</artifactId>
<version>2.11.0.SP5</version>
</dependency>
但我不确定'SP5'是什么意思。更具体地说,我不知道生产系统是否可以信任它。
答案 0 :(得分:0)
这确实是JBoss社区修复的一个分支。