mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
- core/cli is now optical-model clean - Add command for pretty printing optical-ports Change-Id: I2926ef6d52971d1a7f6642dfe4098d7ed2422363
15 lines
308 B
Python
15 lines
308 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:org.apache.karaf.shell.console',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//incubator/net:onos-incubator-net',
|
|
'//utils/rest:onlab-rest',
|
|
'//core/common:onos-core-common',
|
|
]
|
|
|
|
osgi_jar (
|
|
deps = COMPILE_DEPS,
|
|
visibility = ['PUBLIC'],
|
|
)
|
|
|