blob: 6b40b20b3d14a0762293975f19fef3c4cd9c7d54 [file] [log] [blame]
COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
# TODO Remove after decoupling optical
'//apps/optical-model:onos-apps-optical-model',
]
TEST_DEPS = [
'//lib:TEST_ADAPTERS',
'//core/common:onos-core-common',
'//core/store/dist:onos-core-dist',
'//core/store/dist:onos-core-dist-tests',
]
osgi_jar_with_tests (
name = 'onos-core-net',
deps = COMPILE_DEPS,
test_deps = TEST_DEPS,
visibility = ['PUBLIC'],
)