aboutsummaryrefslogtreecommitdiffstats
path: root/tests/perf/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-17 12:19:23 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-01-18 15:23:40 +0100
commit5690b112fccf1b3498ed457535cff629609269a2 (patch)
tree227b350c6c042ed72df1183f680237527760e6a8 /tests/perf/pom.xml
parent013a9aa964e25e0c70bec60eaa4484d5c7e8683f (diff)
downloadsonarqube-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.xml6
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>