diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-19 14:46:58 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-03-20 11:07:24 +0100 |
commit | 88219ea163c159be7d16203be32d8f0b3d7e7d0a (patch) | |
tree | ef96d6c0860ebac6b53ff6f39d521a733c14c25b /sonar-batch-protocol/pom.xml | |
parent | 1af9a73913f04992e8a9033b29980dd74c6f0a22 (diff) | |
download | sonarqube-88219ea163c159be7d16203be32d8f0b3d7e7d0a.tar.gz sonarqube-88219ea163c159be7d16203be32d8f0b3d7e7d0a.zip |
Replace lib org.skyscreamer.jsonassert by org.sonar.test.JsonAssert.
This class supports lenient comparison of datetime values.
Diffstat (limited to 'sonar-batch-protocol/pom.xml')
-rw-r--r-- | sonar-batch-protocol/pom.xml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-batch-protocol/pom.xml b/sonar-batch-protocol/pom.xml index 6dc19b488e3..28e8f7dfacd 100644 --- a/sonar-batch-protocol/pom.xml +++ b/sonar-batch-protocol/pom.xml @@ -41,11 +41,6 @@ <artifactId>sonar-testing-harness</artifactId> <scope>test</scope> </dependency> - <dependency> - <groupId>org.skyscreamer</groupId> - <artifactId>jsonassert</artifactId> - <scope>test</scope> - </dependency> </dependencies> <build> |