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

View File

@@ -23,7 +23,6 @@ dependencies {
testImplementation 'junit:junit:4.13.1'
testImplementation 'com.jayway.jsonpath:json-path:2.1.0'
testImplementation 'org.mockito:mockito-core:4.2.0'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
}
subprojects {