FPM Connections REST API
Corrected style check errors
Change-Id: I1fa61f613053f9f5a61bcf5db976adf761ec816d
diff --git a/apps/routing/fpm/web/BUILD b/apps/routing/fpm/web/BUILD
new file mode 100644
index 0000000..5be3e42
--- /dev/null
+++ b/apps/routing/fpm/web/BUILD
@@ -0,0 +1,14 @@
+COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [
+ "@jersey_server//jar",
+ "//apps/routing/fpm/app:onos-apps-routing-fpm-app",
+ "//apps/routing/fpm/api:onos-apps-routing-fpm-api",
+]
+
+osgi_jar(
+ api_description = "REST API for FPM",
+ api_package = "org.onosproject.fpm.web",
+ api_title = "FPM API",
+ api_version = "1.0",
+ web_context = "/onos/v1/fpm",
+ deps = COMPILE_DEPS,
+)