aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/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 /sonar-testing-harness/pom.xml
parent872b3923f80d9a2bcc13713f41cf801f2a7024eb (diff)
downloadsonarqube-ddc0b27ea634656c351ff9c91753a9b3ea567e42.tar.gz
sonarqube-ddc0b27ea634656c351ff9c91753a9b3ea567e42.zip
Use Fest Assert library
Diffstat (limited to 'sonar-testing-harness/pom.xml')
-rw-r--r--sonar-testing-harness/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index 653dbeb46a7..e6ac00f6ad0 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -24,6 +24,10 @@
<artifactId>hamcrest-all</artifactId>
</dependency>
<dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
+ </dependency>
+ <dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
</dependency>