aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness/pom.xml
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-testing-harness/pom.xml
parentdc41ad75cb32f1ff59b2ec61905bdbc2dc581dc5 (diff)
downloadsonarqube-3f42ac85a4495333dbe76e1b1587ea05b7d900a4.tar.gz
sonarqube-3f42ac85a4495333dbe76e1b1587ea05b7d900a4.zip
RuleRepositoryTestHelper is back
Diffstat (limited to 'sonar-testing-harness/pom.xml')
-rw-r--r--sonar-testing-harness/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/sonar-testing-harness/pom.xml b/sonar-testing-harness/pom.xml
index e32a3a72f43..9e42d67fdb3 100644
--- a/sonar-testing-harness/pom.xml
+++ b/sonar-testing-harness/pom.xml
@@ -46,6 +46,11 @@
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>
+ <artifactId>sonar-deprecated</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
+ <groupId>org.codehaus.sonar</groupId>
<artifactId>sonar-plugin-api</artifactId>
<version>${project.version}</version>
<type>test-jar</type>