diff options
Diffstat (limited to 'plugins/sonar-l10n-en-plugin/pom.xml')
-rw-r--r-- | plugins/sonar-l10n-en-plugin/pom.xml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/plugins/sonar-l10n-en-plugin/pom.xml b/plugins/sonar-l10n-en-plugin/pom.xml index 4018b3a905e..bc1cc822cc6 100644 --- a/plugins/sonar-l10n-en-plugin/pom.xml +++ b/plugins/sonar-l10n-en-plugin/pom.xml @@ -51,7 +51,11 @@ <artifactId>fest-assert</artifactId> <scope>test</scope> </dependency> - + <dependency> + <groupId>org.hamcrest</groupId> + <artifactId>hamcrest-all</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build> |