aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-deprecated/pom.xml')
-rw-r--r--sonar-deprecated/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index 09672a84961..3559279cd70 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -31,6 +31,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sonar-plugin-api</artifactId>
<type>test-jar</type>
@@ -40,7 +45,7 @@
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
<scope>test</scope>
</dependency>
<dependency>