diff options
author | Fabrice Bellingard <bellingard@gmail.com> | 2012-09-03 14:00:39 +0000 |
---|---|---|
committer | Fabrice Bellingard <bellingard@gmail.com> | 2012-09-03 14:00:39 +0000 |
commit | b76a02be6822c6757463057b17f051b76a150e45 (patch) | |
tree | 7eabfdd0267649f3e814dc2df691d908df76b689 /pom.xml | |
parent | 06fcc51e652c524f698a55f1cc57d5b9f793906d (diff) | |
download | sonar-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.xml | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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> |