aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated/pom.xml
diff options
context:
space:
mode:
authorJulien HENRY <julien.henry@sonarsource.com>2013-07-05 11:32:50 +0200
committerJulien HENRY <julien.henry@sonarsource.com>2013-07-05 11:49:48 +0200
commit55658bd42b6ac8567575bd98f17f143462820a00 (patch)
treebae831d3fa4ffa7304daa259918d9c7d5f89773b /sonar-deprecated/pom.xml
parent84851fffaa03911500dd2643970f4f7ff9ee4097 (diff)
downloadsonarqube-55658bd42b6ac8567575bd98f17f143462820a00.tar.gz
sonarqube-55658bd42b6ac8567575bd98f17f143462820a00.zip
SONAR-4358 Restore Cobertura API classes in sonar-deprecated
to not break plugins that rely on them (groovy, flex)
Diffstat (limited to 'sonar-deprecated/pom.xml')
-rw-r--r--sonar-deprecated/pom.xml11
1 files changed, 10 insertions, 1 deletions
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index b713d40d466..2ea6182a26e 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -19,11 +19,20 @@
<artifactId>sonar-plugin-api</artifactId>
</dependency>
<dependency>
+ <groupId>org.apache.maven</groupId>
+ <artifactId>maven-project</artifactId>
+ </dependency>
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
+ <groupId>${project.groupId}</groupId>
+ <artifactId>sonar-testing-harness</artifactId>
+ <scope>test</scope>
+ </dependency>
+ <dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
@@ -34,4 +43,4 @@
<scope>test</scope>
</dependency>
</dependencies>
-</project> \ No newline at end of file
+</project>