commit | a95193c5fade947c58c1efd239abec59d35e14ef | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@opennetworking.org> | Thu Aug 10 15:35:36 2017 -0700 |
committer | Ray Milkey <ray@opennetworking.org> | Tue Aug 15 15:38:54 2017 +0000 |
tree | a3fa020cfbcb54e007785a3f3740b62279f6fe61 | |
parent | 54d8243e53850adcbc340a4114a2efd19d0a998e [diff] [blame] |
ONOS-6903 Move EVPN from incubator to apps Change-Id: Id84c59e28f2591535b0726afbc1a2fa3caf07db5
diff --git a/apps/evpn-route-service/api/BUCK b/apps/evpn-route-service/api/BUCK new file mode 100644 index 0000000..68eeacf --- /dev/null +++ b/apps/evpn-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, +)