aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-client/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-05-13 10:26:07 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-05-13 10:26:26 +0200
commitd39d594496d4a7e566c02c700bb2ac77c2444311 (patch)
tree812bf533510ae135b2b905bf40026250c9bfb38f /sonar-ws-client/pom.xml
parentfd0a3775682343b28a8eea31dd5892e326df3407 (diff)
downloadsonarqube-d39d594496d4a7e566c02c700bb2ac77c2444311.tar.gz
sonarqube-d39d594496d4a7e566c02c700bb2ac77c2444311.zip
SONAR-5287 SONAR-5293 Create Java WS client for "/api/sources/show" and "/api/sources/scm"
Diffstat (limited to 'sonar-ws-client/pom.xml')
-rw-r--r--sonar-ws-client/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-ws-client/pom.xml b/sonar-ws-client/pom.xml
index 1a9a8ad3ff4..1a1206dd6f0 100644
--- a/sonar-ws-client/pom.xml
+++ b/sonar-ws-client/pom.xml
@@ -95,6 +95,11 @@
<artifactId>fest-assert</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.google.guava</groupId>
+ <artifactId>guava</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>