blob: bb95985a37a7e54f9c5c1ed15c4d9e1b3cf307f3 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//protocols/ospf/api:onos-protocols-ospf-api',
'//protocols/ospf/ctl:onos-protocols-ospf-ctl',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//lib:JACKSON',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)