aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-clover-plugin/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/sonar-clover-plugin/pom.xml')
-rw-r--r--plugins/sonar-clover-plugin/pom.xml12
1 files changed, 11 insertions, 1 deletions
diff --git a/plugins/sonar-clover-plugin/pom.xml b/plugins/sonar-clover-plugin/pom.xml
index d33033855dc..6a360c06525 100644
--- a/plugins/sonar-clover-plugin/pom.xml
+++ b/plugins/sonar-clover-plugin/pom.xml
@@ -52,10 +52,20 @@
<artifactId>sonar-plugin-api</artifactId>
<version>${project.version}</version>
</dependency>
+
+ <!-- TODO http://jira.codehaus.org/browse/SONAR-2011
+ We need following dependency, otherwise we will receive compilation error
+ -->
+ <dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ <scope>provided</scope>
+ </dependency>
+
<dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>