aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-java-api/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-23 20:17:34 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-10-23 20:17:34 +0200
commitff739ecc971cf8a9d610477cd414569540fe88b8 (patch)
tree645391e471f181d05f7247e232cbc67d7b9255c0 /sonar-java-api/pom.xml
parent15345bae3a31ed3c6157edd0ff6b6727be445dae (diff)
downloadsonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.tar.gz
sonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.zip
Remove JFreeChart from batch classpath
Diffstat (limited to 'sonar-java-api/pom.xml')
-rw-r--r--sonar-java-api/pom.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/sonar-java-api/pom.xml b/sonar-java-api/pom.xml
index 2b1b94ba198..7c6d579d43f 100644
--- a/sonar-java-api/pom.xml
+++ b/sonar-java-api/pom.xml
@@ -12,10 +12,30 @@
<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>
<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>commons-lang</groupId>