Merge "Build with API version 2.11 and consume from Maven Central"
diff --git a/BUCK b/BUCK
index 4a60691..b3aae10 100644
--- a/BUCK
+++ b/BUCK
@@ -26,10 +26,10 @@
   ],
   deps = [
     HTTP_LIB,
-    GSON,
   ],
   provided_deps = [
     LOG4J,
+    GSON,
   ],
 )