bookmark

xml - Dealing with "Xerces hell" in Java/Maven? - Stack Overflow


Description

Xerces used to be released as a single jar (xerces.jar), but was split into two jars, one containing the API (xml-apis.jar) and one containing the implementations of those APIs (xercesImpl.jar). Many older Maven POMs still declare a dependency on xerces.jar. At some point in the past, Xerces was also released as xmlParserAPIs.jar, which some older POMs also depend on.

Preview

Tags

Users

  • @jil

Comments and Reviews