diff options
-rw-r--r-- | pom.xml | 5 | ||||
-rw-r--r-- | sonar-testing-harness/pom.xml | 4 |
2 files changed, 9 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> 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> |