aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-server/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-04-23 20:32:52 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2014-04-23 20:32:52 +0200
commit3606c4f05c7fd9eae5d82a5b65d9033cf1f2cd5a (patch)
treed3e58907bb24d3a34c912f6f2fa55e09433452da /sonar-server/pom.xml
parent6a565e856b3041aff353a1fb7d896fe5487e5b61 (diff)
downloadsonarqube-3606c4f05c7fd9eae5d82a5b65d9033cf1f2cd5a.tar.gz
sonarqube-3606c4f05c7fd9eae5d82a5b65d9033cf1f2cd5a.zip
Revert removal of sonar-testing-harness in sonar-server
Diffstat (limited to 'sonar-server/pom.xml')
-rw-r--r--sonar-server/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-server/pom.xml b/sonar-server/pom.xml
index 94df0eb2f2a..afe7cbc6274 100644
--- a/sonar-server/pom.xml
+++ b/sonar-server/pom.xml
@@ -191,6 +191,11 @@
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-testing-harness</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>xmlunit</groupId>
<artifactId>xmlunit</artifactId>
<scope>test</scope>