Merge "Follow upstream's move of HTTPClient and HTTPCommons definitions"
diff --git a/BUCK b/BUCK
index 600cf13..4f0b3c1 100644
--- a/BUCK
+++ b/BUCK
@@ -18,8 +18,8 @@
   provided_deps = [
     '//lib:gson',
     '//lib/commons:codec',
-    '//lib/commons:httpclient',
-    '//lib/commons:httpcore',
+    '//lib/httpcomponents:httpclient',
+    '//lib/httpcomponents:httpcore',
     '//lib/commons:io',
   ],
 )