Details
Description
Hi,
In the dependency: org.onehippo.cms7.hst.components:hst-jaxrs:jar
There is a library mismatch:
[[1;34mINFO[m] | | | +- org.codehaus.woodstox:stax2-api:jar:3.1.4:compile
[[1;34mINFO[m] | | | +- org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1:compile
[[1;34mINFO[m] | | | | | +- com.fasterxml.woodstox:woodstox-core:jar:5.1.0:compile
For now i have excluded the hst-jaxrs jar from our current project. But the solution would be to upgrade the depencencies to:
[INFO] +- com.fasterxml.woodstox:woodstox-core:jar:5.2.0:compile
[INFO] | - org.codehaus.woodstox:stax2-api:jar:4.1:compile
The problem that occured was:
Caused by: java.lang.NoSuchMethodError: org.codehaus.stax2.ri.SingletonIterator.create(Ljava/lang/Object;)Lorg/codehaus/stax2/ri/SingletonIterator;
Best regards,
Leon jongsma