aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 2f57f5d078d..67877dc5a99 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -177,7 +177,12 @@
</dependency>
<dependency>
<groupId>org.mockito</groupId>
- <artifactId>mockito-all</artifactId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.hamcrest</groupId>
+ <artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -196,11 +201,6 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<scope>test</scope>