Build providers using bazel

Change-Id: I7d4ebcfb1d593e10aa93f0a4f7111680ed66a7e7
diff --git a/providers/lisp/message/BUILD b/providers/lisp/message/BUILD
new file mode 100644
index 0000000..fe19d1b
--- /dev/null
+++ b/providers/lisp/message/BUILD
@@ -0,0 +1,8 @@
+COMPILE_DEPS = CORE_DEPS + [
+    "//protocols/lisp/api:onos-protocols-lisp-api",
+    "//protocols/lisp/msg:onos-protocols-lisp-msg",
+]
+
+osgi_jar_with_tests(
+    deps = COMPILE_DEPS,
+)