commit | 69ec87142cfa7f25f19c6d5ceeb9539358efe49b | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Tue Aug 08 13:00:43 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Thu Aug 10 10:55:01 2017 -0700 |
tree | adb0e80d15c2873ba873894141e17546874417c2 | |
parent | 4c30ea3979a9d8d3c271befc259fd1043b57a044 [diff] [blame] |
Move routing from incubator to a separate app Change-Id: I961d10af99c572b1f8d9b3d37c6f52dd04422007
diff --git a/apps/route-service/api/BUCK b/apps/route-service/api/BUCK new file mode 100644 index 0000000..68eeacf --- /dev/null +++ b/apps/route-service/api/BUCK
@@ -0,0 +1,13 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', +] + +TEST_DEPS = [ + '//lib:TEST', + '//core/api:onos-api-tests', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, + test_deps = TEST_DEPS, +)