Make the scouting web page actually submit data scouting data

This patch makes the web page send requests to
/requests/submit/data_scouting. Right now that request is not
implemented so we just get a 501, but that's okay. A future patch will
deal with that.

Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: Id58edb92e879ed4450fee76d5a1640196a125ef8
diff --git a/scouting/www/entry/BUILD b/scouting/www/entry/BUILD
index 0d0e7f6..55b6937 100644
--- a/scouting/www/entry/BUILD
+++ b/scouting/www/entry/BUILD
@@ -14,6 +14,10 @@
     use_angular_plugin = True,
     visibility = ["//visibility:public"],
     deps = [
+        "//scouting/webserver/requests/messages:error_response_ts_fbs",
+        "//scouting/webserver/requests/messages:submit_data_scouting_response_ts_fbs",
+        "//scouting/webserver/requests/messages:submit_data_scouting_ts_fbs",
+        "@com_github_google_flatbuffers//ts:flatbuffers_ts",
         "@npm//@angular/common",
         "@npm//@angular/core",
         "@npm//@angular/forms",