aboutsummaryrefslogtreecommitdiffstats
path: root/it/pom.xml
diff options
context:
space:
mode:
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>