Bazel: Remove unused derby dependency

Change-Id: Ia9dd6e8f60b18fb6769b20b45699249b489330ff
This commit is contained in:
David Ostrovsky
2019-05-07 00:50:02 +02:00
parent a7cb91dfa6
commit 9f00a88cba
2 changed files with 0 additions and 14 deletions

View File

@@ -957,13 +957,6 @@ maven_jar(
sha1 = "3e83394258ae2089be7219b971ec21a8288528ad",
)
maven_jar(
name = "derby",
artifact = "org.apache.derby:derby:10.12.1.1",
attach_source = False,
sha1 = "75070c744a8e52a7d17b8b476468580309d5cd09",
)
JETTY_VERS = "9.4.14.v20181114"
maven_jar(

View File

@@ -423,13 +423,6 @@ java_library(
exports = ["@javassist//jar"],
)
java_library(
name = "derby",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//visibility:public"],
exports = ["@derby//jar"],
)
java_library(
name = "soy",
data = ["//lib:LICENSE-Apache2.0"],