BMP termination message decoder

Change-Id: Iaf32429a1956553d79b22f3ab6b2525f12a962df
diff --git a/apps/bgpmonitoring/app/BUILD b/apps/bgpmonitoring/app/BUILD
new file mode 100644
index 0000000..787edb2
--- /dev/null
+++ b/apps/bgpmonitoring/app/BUILD
@@ -0,0 +1,11 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + CLI + REST + [
+    "//apps/bgpmonitoring/api:onos-apps-bgpmonitoring-api",
+    "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
+    "//protocols/bgp/api:onos-protocols-bgp-api",
+    "@io_netty_netty_common//jar",
+    "@io_netty_netty//jar",
+]
+
+osgi_jar(
+    deps = COMPILE_DEPS,
+)