]
Matous Jobanek updated SHRINKRES-236:
-------------------------------------
Fix Version/s: 2.2.2
Affects Version/s: 2.2.1
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
Affects Versions: 2.2.1
Reporter: Matous Jobanek
Assignee: Matous Jobanek
Fix For: 2.2.2
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}