commit | f4bd048b059b12e11f90267042bb030ed4592a09 | [log] [tgz] |
---|---|---|
author | Jonathan Hart <jono@onlab.us> | Fri Jan 27 15:11:18 2017 -0800 |
committer | Ray Milkey <ray@onlab.us> | Fri Feb 03 00:54:27 2017 +0000 |
tree | 1f5fa06056bd8c23e0e6bfe4a67affbacfc6e69e | |
parent | a4ef01d0758f10579cb2090c0560dbc40ad9990b [diff] [blame] |
Make vRouter components into separate apps. This allows us to leverage the ONOS app subsystem for selecting which components to load. CORD-710 Change-Id: Ibd7c4c1afd2caa137b44c085e7b6b5b4a1082521
diff --git a/apps/routing-api/BUCK b/apps/routing-api/BUCK index d9db85a..4e4939b 100644 --- a/apps/routing-api/BUCK +++ b/apps/routing-api/BUCK
@@ -1,5 +1,6 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', + '//incubator/api:onos-incubator-api', ] TEST_DEPS = [