diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-18 15:02:54 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2010-11-18 15:02:54 +0000 |
commit | 4bfd79e52cea465f226c78abb253c2073f4c1d4c (patch) | |
tree | d3812db183fbd869e2451148c32b2bd583f1112a /sonar-application | |
parent | f8ba14ececd0a5b60ec7112d4df3266f105541f5 (diff) | |
download | sonarqube-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.xml | 6 |
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> |