mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-12-25 03:01:26 +01:00
Jira Id: ONOS-8136 Implement bgpmonitoring Api. Change-Id: I3542cf63b3b3ec604d293c166dbf413b7c158ac7
11 lines
247 B
Python
11 lines
247 B
Python
COMPILE_DEPS = CORE_DEPS + [
|
|
"//core/store/serializers:onos-core-serializers",
|
|
"//protocols/bgp/bgpio:onos-protocols-bgp-bgpio",
|
|
"@io_netty_netty//jar",
|
|
]
|
|
|
|
osgi_jar_with_tests(
|
|
test_deps = TEST_ADAPTERS,
|
|
deps = COMPILE_DEPS,
|
|
)
|