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 /sonar-core/pom.xml | |
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 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index bede66d160e..dfc286d72f8 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -35,6 +35,10 @@ </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-deprecated</artifactId> + </dependency> + <dependency> + <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-update-center-common</artifactId> </dependency> <dependency> |