[ONOS-5757]&[ONOS-5758] add Restconf GET, POST and DELETE
operates to RestconfManager.java

Change-Id: I4edf183676b7d4fdf94f1f2c7da8c88891b9785b
diff --git a/apps/restconf/BUCK b/apps/restconf/BUCK
index 79f509b..c223871 100644
--- a/apps/restconf/BUCK
+++ b/apps/restconf/BUCK
@@ -1,12 +1,13 @@
 BUNDLES = [
     '//apps/restconf/api:onos-apps-restconf-api',
+    '//apps/restconf/utils:onos-apps-restconf-utils',
     '//apps/restconf/restconfmgr:onos-apps-restconf-restconfmgr',
 ]
 
 onos_app (
-  app_name = 'org.onosproject.restconf',
-  title = 'RESTCONF Application Module',
-  category = 'Utility',
-  url = 'http://onosproject.org',
-  included_bundles = BUNDLES,
+    app_name = 'org.onosproject.restconf',
+    title = 'RESTCONF Application Module',
+    category = 'Utility',
+    url = 'http://onosproject.org',
+    included_bundles = BUNDLES,
 )