diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-04 19:35:00 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-11-04 19:35:00 +0100 |
commit | 0935f7db60ce855eff8f6f52313f96392ea10577 (patch) | |
tree | 2c0a694b0fe4a4b9997ad5d830ace09c7ba9d30c /sonar-deprecated/pom.xml | |
parent | d847b05486d0d05769ca3ca36607802e80b06dde (diff) | |
download | sonarqube-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.xml | 19 |
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> |