diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-01-06 14:10:51 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-01-06 14:11:00 +0100 |
commit | 94949bfa631d8e88d26becb9a42e9dd6ccb61b6e (patch) | |
tree | c36f5948e7d42738ce9601ae480e966379c927de /sonar-maven-plugin | |
parent | 6e9abb21290dfa5e01d35543e8f4cbb648dce383 (diff) | |
download | sonarqube-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.xml | 5 |
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> |