senthil | 00fc1e5 | 2024-03-22 09:11:08 +0530 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + METRICS + KRYO + CLI + REST + [ |
2 | "//apps/bgpmonitoring/api:onos-apps-bgpmonitoring-api", | ||||
3 | "//protocols/bgp/bgpio:onos-protocols-bgp-bgpio", | ||||
4 | "//protocols/bgp/api:onos-protocols-bgp-api", | ||||
5 | "@io_netty_netty_common//jar", | ||||
6 | "@io_netty_netty//jar", | ||||
7 | ] | ||||
8 | |||||
9 | osgi_jar( | ||||
10 | deps = COMPILE_DEPS, | ||||
11 | ) |