]
Matous Jobanek updated SHRINKRES-236:
-------------------------------------
Git Pull Request:
Force to use JAXP implementation of XPathFactory
------------------------------------------------
Key: SHRINKRES-236
URL:
https://issues.jboss.org/browse/SHRINKRES-236
Project: ShrinkWrap Resolvers
Issue Type: Bug
Components: maven
Reporter: Matous Jobanek
Assignee: Matous Jobanek
It can happen that when Saxon-HE is on the classpath then the implementation of
XPathFactory is taken from this library. This can lead to:
{noformat}
java.lang.IllegalArgumentException: Bad artifact coordinates ::jar:, expected format is
<groupId>:<artifactId>[:<extension>[:<classifier>]]:<version>
{noformat}