summaryrefslogtreecommitdiffstats
path: root/testutil/pom.xml
diff options
context:
space:
mode:
authorgjoranv <gv@verizonmedia.com>2021-10-19 17:54:12 +0200
committergjoranv <gv@verizonmedia.com>2021-10-20 10:57:38 +0200
commit78b40a7fdca63183442e2a498cda6ae04dd8f5a8 (patch)
treeffa4fe235e6849ae76f726135dc54408145c50fe /testutil/pom.xml
parent3485d5e1bf9794e19b255fe5ea764bcd08adb857 (diff)
Compare json strings with Jackson instead of obscure & abandonded lib.
Diffstat (limited to 'testutil/pom.xml')
-rw-r--r--testutil/pom.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/testutil/pom.xml b/testutil/pom.xml
index 26bb3056e2f..dc795a66dab 100644
--- a/testutil/pom.xml
+++ b/testutil/pom.xml
@@ -37,11 +37,6 @@
<scope>compile</scope>
</dependency>
<dependency>
- <groupId>uk.co.datumedge</groupId>
- <artifactId>hamcrest-json</artifactId>
- <scope>compile</scope>
- </dependency>
- <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>compile</scope>