diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-25 23:41:41 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-09-25 23:41:41 +0200 |
commit | ea1ac3789b9128e394284d82dfeaeab32dd441d8 (patch) | |
tree | 3e141637f0f072b113ac54b2e04735f43a2e3c35 /sonar-application/pom.xml | |
parent | 9654662b48c918b55383846c6575b7f809437108 (diff) | |
download | sonarqube-ea1ac3789b9128e394284d82dfeaeab32dd441d8.tar.gz sonarqube-ea1ac3789b9128e394284d82dfeaeab32dd441d8.zip |
SONAR-4898 add missing tests
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r-- | sonar-application/pom.xml | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml index ee68ed3ce4a..26844b97f93 100644 --- a/sonar-application/pom.xml +++ b/sonar-application/pom.xml @@ -155,18 +155,8 @@ <!-- unit tests --> <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.easytesting</groupId> - <artifactId>fest-assert</artifactId> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-testing-harness</artifactId> <scope>test</scope> </dependency> <dependency> |