COMPILE_DEPS = [ | |
'//lib:CORE_DEPS', | |
'//lib:JACKSON', | |
'//incubator/api:onos-incubator-api', | |
'//protocols/tl1/api:onos-protocols-tl1-api', | |
'//protocols/tl1/ctl:onos-protocols-tl1-ctl', | |
] | |
TEST_DEPS = [ | |
'//lib:TEST_ADAPTERS', | |
] | |
osgi_jar_with_tests ( | |
deps = COMPILE_DEPS, | |
test_deps = TEST_DEPS, | |
) |