Looks like there's a bit of instability around the version of Hamcrest
that's being picked up; I see:

Caused by: java.lang.NoSuchMethodError: org.hamcrest.CoreMatchers.
anyOf(Lorg/hamcrest/Matcher;Lorg/hamcrest/Matcher;)Lorg/hamcrest/core/AnyOf;

You could perhaps force the version of Hamcrest with a
<dependencyManagement> section in the wicket viewer's pom.xml.  Not sure
which way around it should be: v1.3 or v1.1.

Kinda odd that this error is occurring; when you run the "mvn clean
install", do you get any warning messages at the beginning?  Might be a
useful clue.


On 4 December 2012 11:16, Christian Steinebach <
[email protected]> wrote:

> Caused by: java.lang.NoSuchMethodError:
> org.hamcrest.CoreMatchers.anyOf(Lorg/hamcrest/Matcher;Lorg/hamcrest/Matcher;)Lorg/hamcrest/core/AnyOf;
>

Reply via email to