mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-14 17:01:02 +02:00
14 lines
277 B
Python
14 lines
277 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//lib:org.apache.servicemix.bundles.snmp4j',
|
|
'//lib:snmp-core',
|
|
'//lib:bti7000',
|
|
'//lib:mibs-net-snmp',
|
|
'//lib:mibs-rfc',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
)
|