aboutsummaryrefslogtreecommitdiffstats
path: root/tests/upgrade/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2016-06-28 11:02:44 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2016-06-29 08:44:00 +0200
commit46125ae42ed4ad5044fb94462f54a0cabe234b04 (patch)
treeb695d28603ff03599091f7762390757fe41994cc /tests/upgrade/pom.xml
parentd26c3c28de38b01d6aa4106bd22769e41b76ef93 (diff)
downloadsonarqube-46125ae42ed4ad5044fb94462f54a0cabe234b04.tar.gz
sonarqube-46125ae42ed4ad5044fb94462f54a0cabe234b04.zip
SONAR-7759 Add checks on urls availability before and after upgrade
Diffstat (limited to 'tests/upgrade/pom.xml')
-rw-r--r--tests/upgrade/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/upgrade/pom.xml b/tests/upgrade/pom.xml
index b9746c94fd1..908f167c573 100644
--- a/tests/upgrade/pom.xml
+++ b/tests/upgrade/pom.xml
@@ -21,6 +21,12 @@
</dependency>
<dependency>
<groupId>${project.groupId}</groupId>
+ <artifactId>sonar-ws</artifactId>
+ <version>${project.version}</version>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
+ <groupId>${project.groupId}</groupId>
<artifactId>sonar-application</artifactId>
<version>${project.version}</version>
<type>zip</type>