diff options
author | David Gageot <david@gageot.net> | 2012-04-24 18:15:45 +0200 |
---|---|---|
committer | David Gageot <david@gageot.net> | 2012-04-27 14:58:59 +0200 |
commit | ddc0b27ea634656c351ff9c91753a9b3ea567e42 (patch) | |
tree | c2a1917045135027a0dbe4949af9317639934b23 /pom.xml | |
parent | 872b3923f80d9a2bcc13713f41cf801f2a7024eb (diff) | |
download | sonarqube-ddc0b27ea634656c351ff9c91753a9b3ea567e42.tar.gz sonarqube-ddc0b27ea634656c351ff9c91753a9b3ea567e42.zip |
Use Fest Assert library
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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> |