aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-maven-plugin
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-01-06 14:10:51 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-01-06 14:11:00 +0100
commit94949bfa631d8e88d26becb9a42e9dd6ccb61b6e (patch)
treec36f5948e7d42738ce9601ae480e966379c927de /sonar-maven-plugin
parent6e9abb21290dfa5e01d35543e8f4cbb648dce383 (diff)
downloadsonarqube-94949bfa631d8e88d26becb9a42e9dd6ccb61b6e.tar.gz
sonarqube-94949bfa631d8e88d26becb9a42e9dd6ccb61b6e.zip
Add missing sonar-testing-harness in sonar-maven-plugin module
Diffstat (limited to 'sonar-maven-plugin')
-rw-r--r--sonar-maven-plugin/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-maven-plugin/pom.xml b/sonar-maven-plugin/pom.xml
index 8d3efef3c50..0db2a293c00 100644
--- a/sonar-maven-plugin/pom.xml
+++ b/sonar-maven-plugin/pom.xml
@@ -32,6 +32,11 @@
<!-- Test -->
<dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-testing-harness</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>