]> source.dussan.org Git - sonarqube.git/commitdiff
Add missing sonar-testing-harness in sonar-maven-plugin module
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 6 Jan 2015 13:10:51 +0000 (14:10 +0100)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 6 Jan 2015 13:11:00 +0000 (14:11 +0100)
sonar-maven-plugin/pom.xml

index 8d3efef3c500ffa6f5a89bd2214c337fbdb267ef..0db2a293c00cc71bc541d3f6d28a386c85ce1511 100644 (file)
     </dependency>
 
     <!-- Test -->
+    <dependency>
+      <groupId>org.codehaus.sonar</groupId>
+      <artifactId>sonar-testing-harness</artifactId>
+      <scope>test</scope>
+    </dependency>
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>