diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-20 22:55:25 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-20 22:55:25 +0100 |
commit | 3f42ac85a4495333dbe76e1b1587ea05b7d900a4 (patch) | |
tree | ab77293f1318ae3e2800ef35e1a3d9fb31660ade /sonar-deprecated | |
parent | dc41ad75cb32f1ff59b2ec61905bdbc2dc581dc5 (diff) | |
download | sonarqube-3f42ac85a4495333dbe76e1b1587ea05b7d900a4.tar.gz sonarqube-3f42ac85a4495333dbe76e1b1587ea05b7d900a4.zip |
RuleRepositoryTestHelper is back
Diffstat (limited to 'sonar-deprecated')
-rw-r--r-- | sonar-deprecated/pom.xml | 5 |
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> |