aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-batch-protocol
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-10 22:10:44 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-10 22:10:44 +0100
commitf3f4dc6d61173b16906cf6741cc628abd4c0b996 (patch)
tree806b00754ab2846c2cfbc524c1b05d3601865665 /sonar-batch-protocol
parentcd582e700b3ceda2de457733db6cd2417b5346c9 (diff)
downloadsonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.tar.gz
sonarqube-f3f4dc6d61173b16906cf6741cc628abd4c0b996.zip
Profile dbTests enables only the tests involving a database
Diffstat (limited to 'sonar-batch-protocol')
-rw-r--r--sonar-batch-protocol/pom.xml9
1 files changed, 2 insertions, 7 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml
index dc589fc2552..3584c2d52d3 100644
--- a/sonar-batch-protocol/pom.xml
+++ b/sonar-batch-protocol/pom.xml
@@ -25,13 +25,8 @@
<!-- unit tests -->
<dependency>
- <groupId>junit</groupId>
- <artifactId>junit</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>