aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/pom.xml
diff options
context:
space:
mode:
authorJenkins CI <ci@sonarsource.com>2014-09-25 23:43:35 +0200
committerJenkins CI <ci@sonarsource.com>2014-09-25 23:43:35 +0200
commitb685462248789067942332c9bc584c21544756ff (patch)
tree777ae9e54e582066e48afc1fbbcd1256ab935520 /sonar-application/pom.xml
parent48d48e90931782cc1e94768a83ada71275476ceb (diff)
parentea1ac3789b9128e394284d82dfeaeab32dd441d8 (diff)
downloadsonarqube-b685462248789067942332c9bc584c21544756ff.tar.gz
sonarqube-b685462248789067942332c9bc584c21544756ff.zip
Automatic merge from branch-4.5
* origin/branch-4.5: SONAR-4898 add missing tests SONAR-4898 add missing tests Use correct temp dir for Ruby on Rails app Fail server startup if can not connect to DB
Diffstat (limited to 'sonar-application/pom.xml')
-rw-r--r--sonar-application/pom.xml14
1 files changed, 2 insertions, 12 deletions
diff --git a/sonar-application/pom.xml b/sonar-application/pom.xml
index 547bff09e2d..b054c0bd128 100644
--- a/sonar-application/pom.xml
+++ b/sonar-application/pom.xml
@@ -154,18 +154,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>