mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 09:51:38 +02:00
- net and cli bundle has dependency to optical-model bundle, which should be removed in the longer run. (ONOS-4626) Change-Id: Ieff43ef2002ee21f4578a6e2a729cd35ce3eae3d
16 lines
298 B
Python
16 lines
298 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:openflowj',
|
|
'//protocols/openflow/api:onos-protocols-openflow-api',
|
|
'//apps/optical-model:onos-apps-optical-model',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST_ADAPTERS',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
)
|