diff options
Diffstat (limited to 'sonar-graph/pom.xml')
-rw-r--r-- | sonar-graph/pom.xml | 5 |
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 |