Merge "Bazel: Remove unused jetty-servlets dependency" into stable-3.0

This commit is contained in:
Alice Kober-Sotzek
2019-06-11 08:46:16 +00:00
committed by Gerrit Code Review
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",
]