From 248984ce2009840a095dc4f7032aa43fd2db662b Mon Sep 17 00:00:00 2001 From: Markus Kreusch Date: Sat, 9 Jan 2016 17:56:25 +0100 Subject: [PATCH] Fixed test dependencies --- main/commons-test/pom.xml | 5 ----- main/commons/pom.xml | 8 +++----- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/main/commons-test/pom.xml b/main/commons-test/pom.xml index 7b7d80e4c..566e0dd85 100644 --- a/main/commons-test/pom.xml +++ b/main/commons-test/pom.xml @@ -22,11 +22,6 @@ de.bechte.junit junit-hierarchicalcontextrunner - - org.hamcrest - hamcrest-all - compile - org.hamcrest hamcrest-all diff --git a/main/commons/pom.xml b/main/commons/pom.xml index 805f16e0a..9e3763569 100644 --- a/main/commons/pom.xml +++ b/main/commons/pom.xml @@ -17,19 +17,17 @@ junit junit + test de.bechte.junit junit-hierarchicalcontextrunner + test org.hamcrest hamcrest-all - compile - - - org.hamcrest - hamcrest-all + test