mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 01:11:30 +02:00
16 lines
330 B
Python
16 lines
330 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//incubator/api:onos-incubator-api',
|
|
'//protocols/snmp/api:onos-protocols-snmp-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,
|
|
)
|
|
|