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-server/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-server/pom.xml')
-rw-r--r-- | sonar-server/pom.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml index 933b38ac814..d3426fd50c1 100644 --- a/sonar-server/pom.xml +++ b/sonar-server/pom.xml @@ -150,6 +150,13 @@ </dependency> <!-- unit tests --> <dependency> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-core</artifactId> + <version>${project.version}</version> + <type>test-jar</type> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.skyscreamer</groupId> <artifactId>jsonassert</artifactId> <scope>test</scope> |