Remove gwtjsonrpc library dependency

We no longer use GWT at all so this dep is not really appropriate. All
necessary code has been copied into Gerrit core.

Change-Id: I5e81f0c8fc37710101395301706bc7c3e09eeaec
This commit is contained in:
Dave Borowitz
2018-12-18 19:13:19 -08:00
parent b2f6f8e7f8
commit 1d23e19f87
12 changed files with 1 additions and 31 deletions

View File

@@ -4,6 +4,5 @@ java_library(
visibility = ["//visibility:public"],
deps = [
"//lib:gson",
"//lib:gwtjsonrpc",
],
)