aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/BUILD')
-rw-r--r--third_party/BUILD5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/BUILD b/third_party/BUILD
index 9053f85d39..186a6e013c 100644
--- a/third_party/BUILD
+++ b/third_party/BUILD
@@ -57,6 +57,11 @@ java_import(
)
java_import(
+ name = "apache_commons_pool2",
+ jars = ["apache_commons_pool2/commons-pool2-2.3.jar"],
+)
+
+java_import(
name = "apache_httpclient",
jars = ["apache_httpclient/httpclient-4.2.5.jar"],
)