blob: efa8edb0db2dbc7161435e5c2f187e0a733f9f0c [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:JACKSON',
'//protocols/bgp/api:onos-protocols-bgp-api',
'//protocols/bgp/bgpio:onos-protocols-bgp-bgpio',
'//incubator/store:onos-incubator-store',
'//incubator/api:onos-incubator-api',
'//apps/pcep-api:onos-apps-pcep-api',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
)