summaryrefslogtreecommitdiffstats
path: root/plugins/sonar-core-plugin/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-01-23 21:46:20 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-01-23 22:35:31 +0100
commit078cff8c82b9b3f4bb31f6c014d0bb96f7a1b46a (patch)
tree922e24dcbb9851acc26d7bef40376f9dc3f786ce /plugins/sonar-core-plugin/pom.xml
parentd8a9891950228b8b5d66803e5be1263b756fb9e8 (diff)
downloadsonarqube-078cff8c82b9b3f4bb31f6c014d0bb96f7a1b46a.tar.gz
sonarqube-078cff8c82b9b3f4bb31f6c014d0bb96f7a1b46a.zip
Sanitize sonar-testing-harness
Diffstat (limited to 'plugins/sonar-core-plugin/pom.xml')
-rw-r--r--plugins/sonar-core-plugin/pom.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml
index 058a7b19e17..9d3593cc18a 100644
--- a/plugins/sonar-core-plugin/pom.xml
+++ b/plugins/sonar-core-plugin/pom.xml
@@ -65,6 +65,21 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-all</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.reflections</groupId>
+ <artifactId>reflections</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.dbunit</groupId>
+ <artifactId>dbunit</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>