aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2015-08-13 15:12:44 +0200
committerDuarte Meneses <duarte.meneses@sonarsource.com>2015-08-13 15:21:42 +0200
commitaf6943b490207ef3677c136fe11fa18a28d7342d (patch)
tree7352e8236e8abbc79521926765b4dafc72383fdb /it/pom.xml
parent887b32c45fda63696113755a1a0434dad3d5fa0c (diff)
downloadsonar-scanner-cli-af6943b490207ef3677c136fe11fa18a28d7342d.tar.gz
sonar-scanner-cli-af6943b490207ef3677c136fe11fa18a28d7342d.zip
Fix ITs
Diffstat (limited to 'it/pom.xml')
-rw-r--r--it/pom.xml7
1 files changed, 6 insertions, 1 deletions
diff --git a/it/pom.xml b/it/pom.xml
index 1f2bbdd..26eb073 100644
--- a/it/pom.xml
+++ b/it/pom.xml
@@ -22,7 +22,7 @@
</organization>
<properties>
- <sonar.buildVersion>3.7</sonar.buildVersion>
+ <sonar.buildVersion>5.0</sonar.buildVersion>
<surefire.argLine>-server</surefire.argLine>
<!-- following properties must be set in command-line : sonar.runtimeVersion and sonarRunner.version -->
</properties>
@@ -51,6 +51,11 @@
<version>1.4</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.assertj</groupId>
+ <artifactId>assertj-core</artifactId>
+ <version>2.1.0</version>
+ </dependency>
</dependencies>
<build>