Merge branch 'stable-2.16'

* stable-2.16:
  Add missing 'Gerrit-HttpModule' to BUILD

Change-Id: I8d0db9ef099aeb16350d6946c64864cdb20093b3
diff --git a/BUILD b/BUILD
index 112baa9..86eef59 100644
--- a/BUILD
+++ b/BUILD
@@ -12,6 +12,7 @@
     manifest_entries = [
         "Gerrit-PluginName: quota",
         "Gerrit-Module: com.googlesource.gerrit.plugins.quota.Module",
+        "Gerrit-HttpModule: com.googlesource.gerrit.plugins.quota.HttpModule",
     ],
     resources = glob(["src/main/resources/**/*"]),
 )