diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-17 10:13:30 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-02-17 10:13:30 +0100 |
commit | f919b1cac1479aeba492e74db8a295a96629447d (patch) | |
tree | 37eae1bdd3298fc50f5925f7d1f285d447449d32 /tests | |
parent | 06b63c4b8f9532bd5bab3504a49fa70b629ab274 (diff) | |
download | sonarqube-f919b1cac1479aeba492e74db8a295a96629447d.tar.gz sonarqube-f919b1cac1479aeba492e74db8a295a96629447d.zip |
Fix pom of performance tests
Diffstat (limited to 'tests')
-rw-r--r-- | tests/perf/pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/perf/pom.xml b/tests/perf/pom.xml index f9184b1a87b..a370b4b3044 100644 --- a/tests/perf/pom.xml +++ b/tests/perf/pom.xml @@ -48,6 +48,7 @@ <dependency> <groupId>org.sonarsource.orchestrator</groupId> <artifactId>sonar-orchestrator</artifactId> + <version>${orchestrator.version}</version> </dependency> <dependency> <groupId>org.codehaus.sonar</groupId> |