From ac6d3eab8d44e0a83f8848494d96357716fb986b Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 6 Jun 2012 14:55:34 +0200 Subject: [PATCH] #1 - Improving test infrastructure. Added Hamcrest library in 1.2.1. Set up JUnit dependency to 4.10 and not include dependencies. Set up surefire plugin to use this artifact for test execution. --- pom.xml | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 14bbad6..6f710b7 100755 --- a/pom.xml +++ b/pom.xml @@ -46,10 +46,17 @@ + + org.hamcrest + hamcrest-library + 1.2.1 + test + + junit - junit - 4.8.2 + junit-dep + 4.10 test @@ -110,4 +117,17 @@ + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + junit:junit-dep + + + + + \ No newline at end of file