diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-17 12:19:23 +0100 |
---|---|---|
committer | Julien Lancelot <julien.lancelot@sonarsource.com> | 2017-01-18 15:23:40 +0100 |
commit | 5690b112fccf1b3498ed457535cff629609269a2 (patch) | |
tree | 227b350c6c042ed72df1183f680237527760e6a8 /tests/perf/pom.xml | |
parent | 013a9aa964e25e0c70bec60eaa4484d5c7e8683f (diff) | |
download | sonarqube-5690b112fccf1b3498ed457535cff629609269a2.tar.gz sonarqube-5690b112fccf1b3498ed457535cff629609269a2.zip |
SONAR-8574 Replace usage of api/resources/index by api/measures/component in ITs
Diffstat (limited to 'tests/perf/pom.xml')
-rw-r--r-- | tests/perf/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/perf/pom.xml b/tests/perf/pom.xml index 7ef689fdb72..d385f5d48fe 100644 --- a/tests/perf/pom.xml +++ b/tests/perf/pom.xml @@ -57,6 +57,12 @@ <version>1.12.1</version> </dependency> <dependency> + <groupId>${project.groupId}</groupId> + <artifactId>sonar-ws</artifactId> + <version>${project.version}</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>commons-lang</groupId> <artifactId>commons-lang</artifactId> <version>2.6</version> |