blob: 65a90cdad456f5089df33c5f16283493d223ace8 [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//protocols/bgp/api:onos-protocols-bgp-api",
3 "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
4 "//incubator/store:onos-incubator-store",
5 "//incubator/api:onos-incubator-api",
6 "//apps/pcep-api:onos-apps-pcep-api",
7]
8
9osgi_jar_with_tests(
10 test_deps = TEST_ADAPTERS,
11 deps = COMPILE_DEPS,
12)