diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-16 14:27:47 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-17 08:29:25 +0100 |
commit | dc296aebbaae00a6e519879846bb281bba817732 (patch) | |
tree | 1d109a9249defd91e0406ff108ca172c8ad275b0 /it/pom.xml | |
parent | 866b8b7e9c87ee1c0ab5b53989c84b0aa0b5a0e9 (diff) | |
download | sonar-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.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |