mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 09:21:06 +02:00
14 lines
269 B
Python
14 lines
269 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//lib:jackson-databind',
|
|
'//lib:jackson-annotations',
|
|
'//lib:osgi-core',
|
|
'//lib:org.apache.karaf.shell.console',
|
|
'//lib:org.apache.felix.scr.annotations',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|
|
|