From 4dcf22377c7823584f0d9d7dbb85641980245fd8 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Sun, 19 Feb 2017 13:07:11 +0100 Subject: Clean-up sonar-testing-harness dependencies and decrease usages of Hamcrest --- sonar-ws/pom.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'sonar-ws') diff --git a/sonar-ws/pom.xml b/sonar-ws/pom.xml index 04e46379c45..720dec97b7e 100644 --- a/sonar-ws/pom.xml +++ b/sonar-ws/pom.xml @@ -47,6 +47,21 @@ + + junit + junit + test + + + org.assertj + assertj-core + test + + + org.mockito + mockito-core + test + ${project.groupId} sonar-testing-harness @@ -58,5 +73,10 @@ mockwebserver test + + commons-lang + commons-lang + test + -- cgit v1.2.3