]> source.dussan.org Git - sonarqube.git/commitdiff
Use Fest Assert library
authorDavid Gageot <david@gageot.net>
Tue, 24 Apr 2012 16:15:45 +0000 (18:15 +0200)
committerDavid Gageot <david@gageot.net>
Fri, 27 Apr 2012 12:58:59 +0000 (14:58 +0200)
pom.xml
sonar-testing-harness/pom.xml

diff --git a/pom.xml b/pom.xml
index c6ed7c7e3b28507437dc49c17af2e61bb035bdd3..cca97dbb850ba127bde8389eb638bd7833e320eb 100644 (file)
--- a/pom.xml
+++ b/pom.xml
         <artifactId>mockito-all</artifactId>
         <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>
index 653dbeb46a70805e5fd972a8db1a03254ccdb10b..e6ac00f6ad0b328bd9161703eb56f5fe59a870bd 100644 (file)
       <groupId>org.hamcrest</groupId>
       <artifactId>hamcrest-all</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.easytesting</groupId>
+      <artifactId>fest-assert</artifactId>
+    </dependency>
     <dependency>
       <groupId>xmlunit</groupId>
       <artifactId>xmlunit</artifactId>