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