diff options
Diffstat (limited to 'sonar-batch-bootstrapper/pom.xml')
-rw-r--r-- | sonar-batch-bootstrapper/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-batch-bootstrapper/pom.xml b/sonar-batch-bootstrapper/pom.xml index b1e0366c655..136dd99f491 100644 --- a/sonar-batch-bootstrapper/pom.xml +++ b/sonar-batch-bootstrapper/pom.xml @@ -19,8 +19,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <groupId>org.easytesting</groupId> + <artifactId>fest-assert</artifactId> <scope>test</scope> </dependency> </dependencies> |