From 78a54cfe3c720b9b44fcb40445fe80a5c25fc74a Mon Sep 17 00:00:00 2001 From: Andrey Chorniy Date: Sun, 22 Sep 2013 16:42:38 +0300 Subject: [PATCH] updated junit version to 4.11, hamcrest to 1.3 to avoid method not found issues in hasItem() matchers similar issues http://stackoverflow.com/questions/7869711/getting-nosuchmethoderror-org-hamcrest-matcher-describemismatch-when-running --- pom.xml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index 8328fa7..9a74114 100644 --- a/pom.xml +++ b/pom.xml @@ -69,18 +69,18 @@ jericho-html 3.2 - - junit - junit - 4.8.1 - test - - - org.hamcrest - hamcrest-all - 1.1 - test - + + org.hamcrest + hamcrest-all + 1.3 + test + + + junit + junit + 4.11 + test + ch.qos.logback logback-core