[ONOS-5757]&[ONOS-5758] add Restconf GET, POST and DELETE
operates to RestconfManager.java
Change-Id: I4edf183676b7d4fdf94f1f2c7da8c88891b9785b
diff --git a/apps/restconf/utils/BUCK b/apps/restconf/utils/BUCK
new file mode 100644
index 0000000..760082d
--- /dev/null
+++ b/apps/restconf/utils/BUCK
@@ -0,0 +1,16 @@
+COMPILE_DEPS = [
+ '//lib:CORE_DEPS',
+ '//lib:jersey-client',
+ '//lib:jersey-server',
+ '//lib:javax.ws.rs-api',
+ '//lib:easymock',
+ '//utils/rest:onlab-rest',
+ '//apps/restconf/api:onos-apps-restconf-api',
+ '//lib:onos-yang-model',
+ '//lib:onos-yang-compiler-api',
+ '//lib:onos-yang-runtime',
+]
+
+osgi_jar_with_tests (
+ deps = COMPILE_DEPS,
+)