karthik1977 | c8999f4 | 2024-02-15 11:53:58 +0530 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/ipflow-monitor/sflow/api:onos-apps-ipflow-monitor-sflow-api", | ||||
4 | "@io_netty_netty_common//jar", | ||||
5 | "@io_netty_netty//jar", | ||||
6 | ] | ||||
7 | |||||
8 | osgi_jar( | ||||
9 | deps = COMPILE_DEPS, | ||||
10 | ) |