aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-colorizer/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-25 21:36:47 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-05-28 09:28:50 +0200
commit1bdb2686d791326ea0694127047323ad3d8695be (patch)
treee0d0bc114a152f1797cbcefe612373c0e52ebf5a /sonar-colorizer/pom.xml
parent7934f95f388e4561fd630f9a834d8bd31432f7be (diff)
downloadsonarqube-1bdb2686d791326ea0694127047323ad3d8695be.tar.gz
sonarqube-1bdb2686d791326ea0694127047323ad3d8695be.zip
SONAR-6370 Remove guava from dependencies of sonar-colorizer
Diffstat (limited to 'sonar-colorizer/pom.xml')
-rw-r--r--sonar-colorizer/pom.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/sonar-colorizer/pom.xml b/sonar-colorizer/pom.xml
index 19ff87b1503..9d590ec2d77 100644
--- a/sonar-colorizer/pom.xml
+++ b/sonar-colorizer/pom.xml
@@ -16,12 +16,14 @@
<dependencies>
<dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- </dependency>
- <dependency>
<groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-channel</artifactId>
+ <exclusions>
+ <exclusion>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>