aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-graph/pom.xml
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-06-14 14:15:47 +0200
committerDavid Gageot <david@gageot.net>2012-06-14 17:31:56 +0200
commit72afb8a3154d4525d9a956b755d2871a4a5c3d9f (patch)
tree8536dfee94e0b13ab04b5e6fb575dbdc9724c82d /sonar-graph/pom.xml
parent1cdea962c00d3106c2e64704fde0068d73a110c0 (diff)
downloadsonarqube-72afb8a3154d4525d9a956b755d2871a4a5c3d9f.tar.gz
sonarqube-72afb8a3154d4525d9a956b755d2871a4a5c3d9f.zip
Remove some violations on unit tests
Took the opportunity to migrate some tests to FestAssert. Also removed some duplication
Diffstat (limited to 'sonar-graph/pom.xml')
-rw-r--r--sonar-graph/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-graph/pom.xml b/sonar-graph/pom.xml
index 48a57076b77..0b64f3ed9af 100644
--- a/sonar-graph/pom.xml
+++ b/sonar-graph/pom.xml
@@ -31,5 +31,10 @@
<artifactId>hamcrest-all</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
</project> \ No newline at end of file