aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml5
-rw-r--r--sonar-testing-harness/pom.xml4
2 files changed, 9 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>
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>