aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-deprecated/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-11-04 19:35:00 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2012-11-04 19:35:00 +0100
commit0935f7db60ce855eff8f6f52313f96392ea10577 (patch)
tree2c0a694b0fe4a4b9997ad5d830ace09c7ba9d30c /sonar-deprecated/pom.xml
parentd847b05486d0d05769ca3ca36607802e80b06dde (diff)
downloadsonarqube-0935f7db60ce855eff8f6f52313f96392ea10577.tar.gz
sonarqube-0935f7db60ce855eff8f6f52313f96392ea10577.zip
Temporarily revert org.sonar.api.batch.AbstractCoverageExtension
Diffstat (limited to 'sonar-deprecated/pom.xml')
-rw-r--r--sonar-deprecated/pom.xml19
1 files changed, 2 insertions, 17 deletions
diff --git a/sonar-deprecated/pom.xml b/sonar-deprecated/pom.xml
index be48c583afc..156a4667298 100644
--- a/sonar-deprecated/pom.xml
+++ b/sonar-deprecated/pom.xml
@@ -19,11 +19,6 @@
<artifactId>sonar-plugin-api</artifactId>
</dependency>
<dependency>
- <groupId>xmlunit</groupId>
- <artifactId>xmlunit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
@@ -34,18 +29,8 @@
<scope>test</scope>
</dependency>
<dependency>
- <groupId>org.hamcrest</groupId>
- <artifactId>hamcrest-all</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>org.dbunit</groupId>
- <artifactId>dbunit</artifactId>
- <scope>test</scope>
- </dependency>
- <dependency>
- <groupId>ch.qos.logback</groupId>
- <artifactId>logback-classic</artifactId>
+ <groupId>org.easytesting</groupId>
+ <artifactId>fest-assert</artifactId>
<scope>test</scope>
</dependency>
</dependencies>