aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFabrice Bellingard <bellingard@gmail.com>2012-09-03 14:00:39 +0000
committerFabrice Bellingard <bellingard@gmail.com>2012-09-03 14:00:39 +0000
commitb76a02be6822c6757463057b17f051b76a150e45 (patch)
tree7eabfdd0267649f3e814dc2df691d908df76b689 /pom.xml
parent06fcc51e652c524f698a55f1cc57d5b9f793906d (diff)
downloadsonar-scanner-cli-b76a02be6822c6757463057b17f051b76a150e45.tar.gz
sonar-scanner-cli-b76a02be6822c6757463057b17f051b76a150e45.zip
Sonar Runner - Replace use of deprecated code, preparing for SONARPLUGINS-2202
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index fefc263..e6a9adb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,6 +79,12 @@
<version>${sonar.buildVersion}</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-plugin-api</artifactId>
+ <version>${sonar.buildVersion}</version>
+ <scope>provided</scope>
+ </dependency>
<!-- Unit tests -->
<dependency>
<groupId>org.codehaus.sonar</groupId>