diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-20 23:02:17 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2014-02-20 23:02:17 +0100 |
commit | b83c444064ab861e095d0f19e35ba6897a4fe450 (patch) | |
tree | 31b95717cddf63ddff3b08bbc851a43f0716fb4e /sonar-deprecated | |
parent | 3f42ac85a4495333dbe76e1b1587ea05b7d900a4 (diff) | |
download | sonarqube-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.xml | 5 |
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> |