aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-04-24 18:15:45 +0200
committerDavid Gageot <david@gageot.net>2012-04-27 14:58:59 +0200
commitddc0b27ea634656c351ff9c91753a9b3ea567e42 (patch)
treec2a1917045135027a0dbe4949af9317639934b23 /pom.xml
parent872b3923f80d9a2bcc13713f41cf801f2a7024eb (diff)
downloadsonarqube-ddc0b27ea634656c351ff9c91753a9b3ea567e42.tar.gz
sonarqube-ddc0b27ea634656c351ff9c91753a9b3ea567e42.zip
Use Fest Assert library
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c6ed7c7e3b2..cca97dbb850 100644
--- a/pom.xml
+++ b/pom.xml
@@ -855,6 +855,11 @@
<version>1.9.0</version>
</dependency>
<dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
+ <version>1.4</version>
+ </dependency>
+ <dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>1.1</version>