aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-09 09:10:09 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-03-09 09:10:09 +0100
commitb9799ecd20c760f5b5ac9aa334abcbd9d4ed1b64 (patch)
tree6d1ac8d794a64287e4eb17ad2af487081f1f9b17 /tests
parent16264d1be3af1f8b5709a1811c4b4e58bc22762e (diff)
downloadsonarqube-b9799ecd20c760f5b5ac9aa334abcbd9d4ed1b64.tar.gz
sonarqube-b9799ecd20c760f5b5ac9aa334abcbd9d4ed1b64.zip
Fix execution of upgrade tests in QA
Diffstat (limited to 'tests')
-rw-r--r--tests/upgrade/pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml
index e83be7677a4..40ceda2ce10 100644
--- a/tests/upgrade/pom.xml
+++ b/tests/upgrade/pom.xml
@@ -20,6 +20,13 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-application</artifactId>
+ <version>${project.version}</version>
+ <type>zip</type>
+ <scope>provided</scope>
+ </dependency>
+ <dependency>
<groupId>org.sonarsource.orchestrator</groupId>
<artifactId>sonar-orchestrator</artifactId>
<version>${orchestrator.version}</version>