aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2010-11-18 15:02:54 +0000
committersimonbrandhof <simon.brandhof@gmail.com>2010-11-18 15:02:54 +0000
commit4bfd79e52cea465f226c78abb253c2073f4c1d4c (patch)
treed3812db183fbd869e2451148c32b2bd583f1112a /sonar-application
parentf8ba14ececd0a5b60ec7112d4df3266f105541f5 (diff)
downloadsonarqube-4bfd79e52cea465f226c78abb253c2073f4c1d4c.tar.gz
sonarqube-4bfd79e52cea465f226c78abb253c2073f4c1d4c.zip
SONAR-1663 include the dbcleaner plugin + move all purges in this plugin
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index ef4e7ce947e..d297a351ff3 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -176,6 +176,12 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar.plugins</groupId>
+ <artifactId>sonar-dbcleaner-plugin</artifactId>
+ <version>${project.version}</version>
+ <scope>runtime</scope>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar.plugins</groupId>
<artifactId>sonar-pmd-plugin</artifactId>
<version>${project.version}</version>
<scope>runtime</scope>