blob: 787edb27d1cd5ce14fbe96611eda04d46fa60fea [file] [log] [blame]
senthil00fc1e52024-03-22 09:11:08 +05301COMPILE_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
9osgi_jar(
10 deps = COMPILE_DEPS,
11)