diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-18 00:21:22 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-01-18 00:21:22 +0100 |
commit | 87ecfc8080ef957bc66e47f8165d3ab3f5508c40 (patch) | |
tree | 0d3261dc2312be16253a700d07c6f127d2c5fc2e /plugins/sonar-dbcleaner-plugin | |
parent | 0f68d9e9b1e39fc11d5abcc70e17e144c521b610 (diff) | |
download | sonarqube-87ecfc8080ef957bc66e47f8165d3ab3f5508c40.tar.gz sonarqube-87ecfc8080ef957bc66e47f8165d3ab3f5508c40.zip |
Remove org.sonar.api.database.daos.MeasuresDao, deprecated since v2.3 and move some deprecated classes from sonar-plugin-api to sonar-deprecated
Diffstat (limited to 'plugins/sonar-dbcleaner-plugin')
-rw-r--r-- | plugins/sonar-dbcleaner-plugin/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/sonar-dbcleaner-plugin/pom.xml b/plugins/sonar-dbcleaner-plugin/pom.xml index 128a599f763..c35942f78e5 100644 --- a/plugins/sonar-dbcleaner-plugin/pom.xml +++ b/plugins/sonar-dbcleaner-plugin/pom.xml @@ -22,6 +22,11 @@ </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-core</artifactId> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> <scope>provided</scope> </dependency> |