From: Simon Brandhof Date: Thu, 23 Oct 2014 18:17:34 +0000 (+0200) Subject: Remove JFreeChart from batch classpath X-Git-Tag: 5.0-RC1~613 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ff739ecc971cf8a9d610477cd414569540fe88b8;p=sonarqube.git Remove JFreeChart from batch classpath --- 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 @@ - + 4.0.0 org.codehaus.sonar @@ -34,6 +35,11 @@ sonar-core provided + + jfree + jfreechart + provided + org.codehaus.sonar sonar-batch diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 5bb8320253c..7d7a4850929 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -20,12 +20,14 @@ com.google.code.findbugs jsr305 + provided junit junit + test org.easytesting diff --git a/sonar-batch/pom.xml b/sonar-batch/pom.xml index f1be69f94de..8fad314ca6e 100644 --- a/sonar-batch/pom.xml +++ b/sonar-batch/pom.xml @@ -27,6 +27,16 @@ org.codehaus.sonar sonar-core + + + jfree + jcommon + + + jfree + jfreechart + + org.codehaus.sonar @@ -35,6 +45,16 @@ org.codehaus.sonar sonar-deprecated + + + jfree + jcommon + + + jfree + jfreechart + + org.codehaus.sonar @@ -54,7 +74,7 @@ jfree - jfreechat + jfreechart diff --git a/sonar-core/pom.xml b/sonar-core/pom.xml index 418132364e6..0f16861286f 100644 --- a/sonar-core/pom.xml +++ b/sonar-core/pom.xml @@ -1,5 +1,6 @@ - + 4.0.0 @@ -36,6 +37,16 @@ org.codehaus.sonar sonar-deprecated + + + jfree + jcommon + + + jfree + jfreechart + + org.codehaus.sonar 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 @@ org.codehaus.sonar sonar-plugin-api + + + jfree + jcommon + + + jfree + jfreechart + + 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 @@ org.codehaus.sonar sonar-plugin-api + + + jfree + jcommon + + + jfree + jfreechart + + org.codehaus.sonar sonar-deprecated + + + jfree + jcommon + + + jfree + jfreechart + + commons-lang