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-testing-harness/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-testing-harness/pom.xml')
-rw-r--r-- | sonar-testing-harness/pom.xml | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml index 6a9e8f0257a..dc9c9771a19 100644 --- a/sonar-testing-harness/pom.xml +++ b/sonar-testing-harness/pom.xml @@ -70,13 +70,6 @@ <type>test-jar</type> </dependency> <dependency> - <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-core</artifactId> - <version>${project.version}</version> - <scope>compile</scope> - <type>test-jar</type> - </dependency> - <dependency> <groupId>org.reflections</groupId> <artifactId>reflections</artifactId> </dependency> |