aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-04-01 15:18:30 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2015-04-01 15:26:48 +0200
commit8d7aafbe30e63d0289821b7891481a54071f6d47 (patch)
tree35952b3984e426b4da19a20768d4c899cf46dca6 /sonar-batch-protocol/pom.xml
parent6e0105ee44c765a6e5d2618bf0f9b443c54027f4 (diff)
downloadsonarqube-8d7aafbe30e63d0289821b7891481a54071f6d47.tar.gz
sonarqube-8d7aafbe30e63d0289821b7891481a54071f6d47.zip
SONAR-6277 Add File source in report
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r--sonar-batch-protocol/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index 28e8f7dfacd..9cba80bc7d9 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -41,6 +41,11 @@
<artifactId>sonar-testing-harness</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>