mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
12 lines
254 B
Python
12 lines
254 B
Python
COMPILE_DEPS = CORE_DEPS + JACKSON + [
|
|
"@org_apache_servicemix_bundles_snmp4j//jar",
|
|
"@snmp_core//jar",
|
|
"@mibs_net_snmp//jar",
|
|
"@mibs_rfc//jar",
|
|
"//incubator/api:onos-incubator-api",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
deps = COMPILE_DEPS,
|
|
)
|