commit | c5b33ea4c9bae6f47796ce28f7b0844648f7bca4 | [log] [tgz] |
---|---|---|
author | Kyuhwi Choi <kyuhwi.choi@atto-research.com> | Tue Apr 26 11:45:32 2016 +0900 |
committer | Gerrit Code Review <gerrit@onlab.us> | Wed May 04 16:30:00 2016 +0000 |
tree | e83c14d4bde0bd6b6b26cb3f8c6ea2479f617d17 | |
parent | 90b3b6cdbf287bb7e543a158e091a9dbf173d52f [diff] [blame] |
[ONOS-4291] Implement skeleton of gateway load balancer - Implements scalable gateway service - Implements gateway node model Change-Id: I3713c67edcff9b10ccb23a7ad3323f5c30c7d6a3
diff --git a/apps/scalablegateway/api/BUCK b/apps/scalablegateway/api/BUCK new file mode 100644 index 0000000..ee55792 --- /dev/null +++ b/apps/scalablegateway/api/BUCK
@@ -0,0 +1,7 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +) \ No newline at end of file