aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/sonar-pmd-plugin
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-09-14 13:00:25 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-09-14 13:00:25 +0000
commitddcc6272a62c245618d7797712062c96ff7ad3d4 (patch)
tree2465df13f82cbc664a51b4b7439c570b50e2146e /plugins/sonar-pmd-plugin
parent2f54216f77f9580f56891d662e56a5d151ce1a2a (diff)
downloadsonarqube-ddcc6272a62c245618d7797712062c96ff7ad3d4.tar.gz
sonarqube-ddcc6272a62c245618d7797712062c96ff7ad3d4.zip
move deprecated rule API to sonar-deprecated
Diffstat (limited to 'plugins/sonar-pmd-plugin')
-rw-r--r--plugins/sonar-pmd-plugin/pmd-result.xml2
-rw-r--r--plugins/sonar-pmd-plugin/pom.xml5
2 files changed, 6 insertions, 1 deletions
diff --git a/plugins/sonar-pmd-plugin/pmd-result.xml b/plugins/sonar-pmd-plugin/pmd-result.xml
index bffb2ec7aec..6381f36b54e 100644
--- a/plugins/sonar-pmd-plugin/pmd-result.xml
+++ b/plugins/sonar-pmd-plugin/pmd-result.xml
@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
-<pmd version="4.2.5" timestamp="2010-09-12T21:47:59.064">
+<pmd version="4.2.5" timestamp="2010-09-14T13:20:30.108">
</pmd> \ No newline at end of file
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>