Remove duplicate json dependency

Signed-off-by: Graham <gpe@openrs2.org>
pull/132/head
Graham 3 years ago
parent e0d9f2f0a2
commit a0f7bf3922
  1. 1
      archive/build.gradle.kts

@ -17,7 +17,6 @@ dependencies {
implementation(project(":db"))
implementation(project(":http"))
implementation(project(":json"))
implementation(project(":json"))
implementation(project(":net"))
implementation(project(":protocol"))
implementation(project(":util"))

Loading…
Cancel
Save