blob: 80d23a08ce9c3eaa596f13d893a5f2970a734527 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + [
2 "//protocols/bgp/api:onos-protocols-bgp-api",
3 "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
Ray Milkey18fb0812018-06-21 10:32:53 -07004 "//apps/evpn-route-service/api:onos-apps-evpn-route-service-api",
5]
6
7osgi_jar_with_tests(
8 test_deps = TEST_ADAPTERS,
9 deps = COMPILE_DEPS,
10)