aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/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-batch-protocol/pom.xml
parent15345bae3a31ed3c6157edd0ff6b6727be445dae (diff)
downloadsonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.tar.gz
sonarqube-ff739ecc971cf8a9d610477cd414569540fe88b8.zip
Remove JFreeChart from batch classpath
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r--sonar-batch-protocol/pom.xml2
1 files changed, 2 insertions, 0 deletions
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 @@
<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
+ <scope>provided</scope>
</dependency>
<!-- unit tests -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.easytesting</groupId>