summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Pursehouse <dpursehouse@collab.net>2018-11-02 13:53:30 +0900
committerDavid Pursehouse <dpursehouse@collab.net>2018-11-05 10:00:40 +0900
commit0a154a41bb0199a3742988eb200a71ffa435fe8b (patch)
tree4a34a6ed5eecb813b8cc55fda2a0b1a22e847bb2
parentcafa53b95e6d92e8d90e5c7b0c1054c5f47d0007 (diff)
Remove unused dependency on httpcomponents:httpmime
The only consumer of httpmime was Apache Solr, which was removed in change Ic62ae3103 more than 3 years ago. Change-Id: I6204dc74cc99a878ac4cac7c777a235544f9f80e
-rw-r--r--WORKSPACE6
-rw-r--r--lib/httpcomponents/BUILD7
2 files changed, 0 insertions, 13 deletions
diff --git a/WORKSPACE b/WORKSPACE
index 0b49f1cba1..8d02d2363d 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -653,12 +653,6 @@ maven_jar(
sha1 = "f5aa318bda4c6c8d688c9d00b90681dcd82ce636",
)
-maven_jar(
- name = "httpmime",
- artifact = "org.apache.httpcomponents:httpmime:" + HTTPCOMP_VERS,
- sha1 = "2f8757f5ac5e38f46c794e5229d1f3c522e9b1df",
-)
-
# elasticsearch-rest-client explicitly depends on this version
maven_jar(
name = "httpasyncclient",
diff --git a/lib/httpcomponents/BUILD b/lib/httpcomponents/BUILD
index 295a15d106..fd34214e6a 100644
--- a/lib/httpcomponents/BUILD
+++ b/lib/httpcomponents/BUILD
@@ -28,13 +28,6 @@ java_library(
)
java_library(
- name = "httpmime",
- data = ["//lib:LICENSE-Apache2.0"],
- visibility = ["//visibility:public"],
- exports = ["@httpmime//jar"],
-)
-
-java_library(
name = "httpasyncclient",
data = ["//lib:LICENSE-Apache2.0"],
visibility = ["//gerrit-elasticsearch:__pkg__"],