aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-16 14:27:47 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-17 08:29:25 +0100
commitdc296aebbaae00a6e519879846bb281bba817732 (patch)
tree1d109a9249defd91e0406ff108ca172c8ad275b0 /it/pom.xml
parent866b8b7e9c87ee1c0ab5b53989c84b0aa0b5a0e9 (diff)
downloadsonar-scanner-cli-dc296aebbaae00a6e519879846bb281bba817732.tar.gz
sonar-scanner-cli-dc296aebbaae00a6e519879846bb281bba817732.zip
SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 7c8a536..e5e66aa 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -46,6 +46,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>org.sonarsource.sonarqube</groupId>
+ <artifactId>sonar-ws</artifactId>
+ <version>5.6</version>
+ </dependency>
+ <dependency>
<groupId>org.easytesting</groupId>
<artifactId>fest-assert</artifactId>
<version>1.4</version>