diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-09 09:10:09 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-03-09 09:10:09 +0100 |
commit | b9799ecd20c760f5b5ac9aa334abcbd9d4ed1b64 (patch) | |
tree | 6d1ac8d794a64287e4eb17ad2af487081f1f9b17 /tests | |
parent | 16264d1be3af1f8b5709a1811c4b4e58bc22762e (diff) | |
download | sonarqube-b9799ecd20c760f5b5ac9aa334abcbd9d4ed1b64.tar.gz sonarqube-b9799ecd20c760f5b5ac9aa334abcbd9d4ed1b64.zip |
Fix execution of upgrade tests in QA
Diffstat (limited to 'tests')
-rw-r--r-- | tests/upgrade/pom.xml | 7 |
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> |