aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2015-01-08 15:53:13 +0100
committerJulien HENRY <julien.henry@sonarsource.com>2015-01-08 16:46:29 +0100
commitf55d531dec9879f047463e60d916f3b6f7921737 (patch)
tree8061bc332bebae6a77404e74cdce2280eac37154 /sonar-batch-protocol/pom.xml
parent1c117ca2f623c999a2eb042efd8379d63f2c1cac (diff)
downloadsonarqube-f55d531dec9879f047463e60d916f3b6f7921737.tar.gz
sonarqube-f55d531dec9879f047463e60d916f3b6f7921737.zip
SONAR-5945 Change format of batch report
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r--sonar-batch-protocol/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 3584c2d52d3..a221b25fbe6 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -22,6 +22,10 @@
<artifactId>jsr305</artifactId>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>commons-io</groupId>
+ <artifactId>commons-io</artifactId>
+ </dependency>
<!-- unit tests -->
<dependency>