remove JSONAssert

This commit is contained in:
simonh5
2023-10-13 20:58:50 -05:00
parent e4aa7f1308
commit 29a7f4622d
4 changed files with 9 additions and 14 deletions
-7
View File
@@ -72,13 +72,6 @@
<version>4.2.0</version>
<scope>test</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/org.skyscreamer/jsonassert -->
<dependency>
<groupId>org.skyscreamer</groupId>
<artifactId>jsonassert</artifactId>
<version>1.5.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>