blob: f04769b215942eb48503cf3a19e594d73d85975b [file] [log] [blame]
Ray Milkey18fb0812018-06-21 10:32:53 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
2 "//incubator/api:onos-incubator-api",
3 "//protocols/tl1/api:onos-protocols-tl1-api",
4]
5
6osgi_jar_with_tests(
7 test_deps = TEST_ADAPTERS,
8 deps = COMPILE_DEPS,
9)