summaryrefslogtreecommitdiffstats
path: root/sonar-home/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-home/pom.xml')
-rw-r--r--sonar-home/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml
index 1d181ea8e26..5ae4f42a09a 100644
--- a/sonar-home/pom.xml
+++ b/sonar-home/pom.xml
@@ -39,6 +39,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<scope>test</scope>
@@ -51,7 +56,7 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>