diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-23 20:32:52 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-04-23 20:32:52 +0200 |
commit | 3606c4f05c7fd9eae5d82a5b65d9033cf1f2cd5a (patch) | |
tree | d3e58907bb24d3a34c912f6f2fa55e09433452da /sonar-server/pom.xml | |
parent | 6a565e856b3041aff353a1fb7d896fe5487e5b61 (diff) | |
download | sonarqube-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.xml | 5 |
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> |