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-plugin-api/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-plugin-api/pom.xml')
-rw-r--r-- | sonar-plugin-api/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-plugin-api/pom.xml b/sonar-plugin-api/pom.xml index 2e37e8f3498..f09e6a254ad 100644 --- a/sonar-plugin-api/pom.xml +++ b/sonar-plugin-api/pom.xml @@ -24,6 +24,10 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + </dependency> + <dependency> <groupId>com.google.code.findbugs</groupId> <artifactId>jsr305</artifactId> </dependency> |