Properly acquire JUnit 4, drop json-simple

This commit is contained in:
Kenzie Togami
2019-07-15 15:25:17 -07:00
parent bcea78c701
commit e98b99edcd
3 changed files with 13 additions and 6 deletions

View File

@ -20,7 +20,6 @@ dependencies {
"compile"("com.google.guava:guava:21.0")
"compile"("com.google.code.findbugs:jsr305:1.3.9")
"compile"("com.google.code.gson:gson:2.8.0")
"compile"("com.googlecode.json-simple:json-simple:1.1.1")
"compile"("org.slf4j:slf4j-api:1.7.26")
"compileOnly"(project(":worldedit-libs:core:ap"))