diff options
Diffstat (limited to 'server/sonar-search')
-rw-r--r-- | server/sonar-search/pom.xml | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/server/sonar-search/pom.xml b/server/sonar-search/pom.xml index 41af5b83755..26d3b355560 100644 --- a/server/sonar-search/pom.xml +++ b/server/sonar-search/pom.xml @@ -47,23 +47,8 @@ <scope>test</scope> </dependency> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.easytesting</groupId> - <artifactId>fest-assert</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-core</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-testing-harness</artifactId> <scope>test</scope> </dependency> </dependencies> |