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