diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-17 16:00:59 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-05-19 15:15:36 +0200 |
commit | a1150367ee755be95f1cc605df983a928aa9136b (patch) | |
tree | 04defc5b2924fc48a846ec4c67efa798c0dc2687 /sonar-core/pom.xml | |
parent | b58544df961c44b518dfbcc164b836ec23a03c69 (diff) | |
download | sonarqube-a1150367ee755be95f1cc605df983a928aa9136b.tar.gz sonarqube-a1150367ee755be95f1cc605df983a928aa9136b.zip |
SONAR-6517 merge sonar-deprecated into sonar-plugin-api
It allows to use the shaded and relocated dependencies of sonar-plugin-api
Diffstat (limited to 'sonar-core/pom.xml')
-rw-r--r-- | sonar-core/pom.xml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 1fb4e03daf2..cc7a1f934db 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -37,20 +37,6 @@ </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> - <artifactId>sonar-deprecated</artifactId> - <exclusions> - <exclusion> - <groupId>jfree</groupId> - <artifactId>jcommon</artifactId> - </exclusion> - <exclusion> - <groupId>jfree</groupId> - <artifactId>jfreechart</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-update-center-common</artifactId> </dependency> <dependency> |