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 /plugins/sonar-core-plugin/pom.xml | |
parent | 15345bae3a31ed3c6157edd0ff6b6727be445dae (diff) | |
download | sonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.tar.gz sonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.zip |
Remove JFreeChart from batch classpath
Diffstat (limited to 'plugins/sonar-core-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-core-plugin/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/plugins/sonar-core-plugin/pom.xml b/plugins/sonar-core-plugin/pom.xml index c8c6029a52b..e1c90fc7808 100644 --- a/plugins/sonar-core-plugin/pom.xml +++ b/plugins/sonar-core-plugin/pom.xml @@ -1,5 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.codehaus.sonar</groupId> @@ -35,6 +36,11 @@ <scope>provided</scope> </dependency> <dependency> + <groupId>jfree</groupId> + <artifactId>jfreechart</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.codehaus.sonar</groupId> <artifactId>sonar-batch</artifactId> <version>${project.version}</version> |