diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 13:00:25 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-09-14 13:00:25 +0000 |
commit | ddcc6272a62c245618d7797712062c96ff7ad3d4 (patch) | |
tree | 2465df13f82cbc664a51b4b7439c570b50e2146e /plugins/sonar-pmd-plugin/pom.xml | |
parent | 2f54216f77f9580f56891d662e56a5d151ce1a2a (diff) | |
download | sonarqube-ddcc6272a62c245618d7797712062c96ff7ad3d4.tar.gz sonarqube-ddcc6272a62c245618d7797712062c96ff7ad3d4.zip |
move deprecated rule API to sonar-deprecated
Diffstat (limited to 'plugins/sonar-pmd-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-pmd-plugin/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-pmd-plugin/pom.xml b/plugins/sonar-pmd-plugin/pom.xml index 96b219cb10d..fe66fe29934 100644 --- a/plugins/sonar-pmd-plugin/pom.xml +++ b/plugins/sonar-pmd-plugin/pom.xml @@ -20,6 +20,11 @@ <dependencies> <dependency> <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-deprecated</artifactId> + <version>${project.version}</version> + </dependency> + <dependency> + <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> <version>${project.version}</version> </dependency> |