summaryrefslogtreecommitdiffstats
path: root/sonar-maven-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-maven-plugin/pom.xml')
-rw-r--r--sonar-maven-plugin/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml
index a3f47bf7844..b21a1c3e169 100644
--- a/sonar-maven-plugin/pom.xml
+++ b/sonar-maven-plugin/pom.xml
@@ -42,8 +42,13 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>