diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-10 22:10:44 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2014-12-10 22:10:44 +0100 |
commit | f3f4dc6d61173b16906cf6741cc628abd4c0b996 (patch) | |
tree | 806b00754ab2846c2cfbc524c1b05d3601865665 /sonar-duplications/pom.xml | |
parent | cd582e700b3ceda2de457733db6cd2417b5346c9 (diff) | |
download | sonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.tar.gz sonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.zip |
Profile dbTests enables only the tests involving a database
Diffstat (limited to 'sonar-duplications/pom.xml')
-rw-r--r-- | sonar-duplications/pom.xml | 19 |
1 files changed, 2 insertions, 17 deletions
diff --git a/sonar-duplications/pom.xml b/sonar-duplications/pom.xml index fd6f71fb09e..13201649d75 100644 --- a/sonar-duplications/pom.xml +++ b/sonar-duplications/pom.xml @@ -54,18 +54,8 @@ </exclusions> </dependency> <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.mockito</groupId> - <artifactId>mockito-core</artifactId> + <groupId>org.codehaus.sonar</groupId> + <artifactId>sonar-testing-harness</artifactId> <scope>test</scope> </dependency> <dependency> @@ -73,11 +63,6 @@ <artifactId>logback-classic</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.easytesting</groupId> - <artifactId>fest-assert</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> |