diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-23 20:17:34 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-10-23 20:17:34 +0200 |
commit | ff739ecc971cf8a9d610477cd414569540fe88b8 (patch) | |
tree | 645391e471f181d05f7247e232cbc67d7b9255c0 /sonar-home | |
parent | 15345bae3a31ed3c6157edd0ff6b6727be445dae (diff) | |
download | sonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.tar.gz sonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.zip |
Remove JFreeChart from batch classpath
Diffstat (limited to 'sonar-home')
-rw-r--r-- | sonar-home/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/sonar-home/pom.xml b/sonar-home/pom.xml index 1c02cf6bbc2..88d3b4fd1ee 100644 --- a/sonar-home/pom.xml +++ b/sonar-home/pom.xml @@ -31,6 +31,16 @@ <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-plugin-api</artifactId> + <exclusions> + <exclusion> + <groupId>jfree</groupId> + <artifactId>jcommon</artifactId> + </exclusion> + <exclusion> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + </exclusion> + </exclusions> </dependency> <dependency> |