aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-01 22:22:13 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-02-02 16:23:42 +0100
commit9c9a8bb5dd608b710c3a16d1eaa7101e6742b3a5 (patch)
treedc311a5bf36aa6b996ad6db1feb65ac8bcdd4794 /sonar-batch
parent8f7a9ad479a219fc22ac729a23f220e450c572b7 (diff)
downloadsonarqube-9c9a8bb5dd608b710c3a16d1eaa7101e6742b3a5.tar.gz
sonarqube-9c9a8bb5dd608b710c3a16d1eaa7101e6742b3a5.zip
SONAR-5582 drop jfreechart
Diffstat (limited to 'sonar-batch')
-rw-r--r--sonar-batch/pom.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml
index f8e86b8e539..a5131a3e415 100644
--- a/sonar-batch/pom.xml
+++ b/sonar-batch/pom.xml
@@ -35,16 +35,6 @@
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>sonar-core</artifactId>
- <exclusions>
- <exclusion>
- <groupId>jfree</groupId>
- <artifactId>jcommon</artifactId>
- </exclusion>
- <exclusion>
- <groupId>jfree</groupId>
- <artifactId>jfreechart</artifactId>
- </exclusion>
- </exclusions>
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
@@ -61,16 +51,6 @@
<dependency>
<groupId>${project.groupId}</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.slf4j</groupId>