blob: 988bfb0bc2d143c9aec0b57e42a0e4de9e574769 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//incubator/api:onos-incubator-api',
'//protocols/tl1/api:onos-protocols-tl1-api',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)