Bazel: Remove unused jetty-servlets dependency

The last usage of jetty-servlets dependency was removed in GWT UI
removal change: I767118ba4a70.

Change-Id: I3a6226336562ffb63e17bb825f9447ada4a396c5
This commit is contained in:
David Ostrovsky
2019-06-09 13:07:13 +02:00
parent e2794d533e
commit 168c88b66d
3 changed files with 0 additions and 14 deletions

View File

@@ -976,12 +976,6 @@ maven_jar(
sha1 = "6cbeb2fe9b3cc4f88a7ea040b8a0c4f703cd72ce",
)
maven_jar(
name = "jetty-servlets",
artifact = "org.eclipse.jetty:jetty-servlets:" + JETTY_VERS,
sha1 = "38cfc07b53e5d285bb2fca78bb2531565ed9c9e5",
)
maven_jar(
name = "jetty-server",
artifact = "org.eclipse.jetty:jetty-server:" + JETTY_VERS,

View File

@@ -14,13 +14,6 @@ java_library(
runtime_deps = [":server"],
)
java_library(
name = "servlets",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//visibility:public"],
exports = ["@jetty-servlets//jar"],
)
java_library(
name = "server",
data = ["//lib:LICENSE-Apache2.0"],

View File

@@ -22,7 +22,6 @@ DEPS = [
"//java/com/google/gerrit/asciidoctor:asciidoc_lib",
"//java/com/google/gerrit/asciidoctor:doc_indexer_lib",
"//lib/auto:auto-value",
"//lib/jetty:servlets",
"//lib/prolog:compiler-lib",
"//proto:entities_java_proto",
]