aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2014-02-20 23:02:17 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2014-02-20 23:02:17 +0100
commitb83c444064ab861e095d0f19e35ba6897a4fe450 (patch)
tree31b95717cddf63ddff3b08bbc851a43f0716fb4e /sonar-deprecated
parent3f42ac85a4495333dbe76e1b1587ea05b7d900a4 (diff)
downloadsonarqube-b83c444064ab861e095d0f19e35ba6897a4fe450.tar.gz
sonarqube-b83c444064ab861e095d0f19e35ba6897a4fe450.zip
Revert "RuleRepositoryTestHelper is back"
This reverts commit 3f42ac85a4495333dbe76e1b1587ea05b7d900a4.
Diffstat (limited to 'sonar-deprecated')
-rw-r--r--sonar-deprecated/pom.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index 82394aebe91..1a21f72325e 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -39,8 +39,9 @@
</dependency>
<dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-testing-harness</artifactId>
+ <version>${project.version}</version>
<scope>test</scope>
</dependency>
<dependency>