commit | e20926ebaa59804adfe93b20162e605e054419e4 | [log] [tgz] |
---|---|---|
author | Henry Yu <hyu2010b@gmail.com> | Thu Aug 25 22:58:02 2016 -0400 |
committer | Brian O'Connor <bocon@onlab.us> | Fri Sep 30 00:31:13 2016 +0000 |
tree | d32ff50900fb7e30f226047ce94c970d642508e9 | |
parent | 6b1c6d27a79e40bbb7c28cb810834bd51cdc9005 [diff] [blame] |
RESTCONF Server outline Change-Id: Id93a647b35b24c47f2828763a799b56a50113faf
diff --git a/protocols/restconf/server/api/BUCK b/protocols/restconf/server/api/BUCK new file mode 100644 index 0000000..97d99aa --- /dev/null +++ b/protocols/restconf/server/api/BUCK
@@ -0,0 +1,10 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//lib:jersey-client', + '//lib:javax.ws.rs-api', + '//lib:jersey-server', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +)