blob: c1a4601239749eac98adfc925f192d2f8e3b4243 [file] [log] [blame]
senthil7f2018e2023-06-21 22:00:44 +05301COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
karthik1977bc5ea1e2023-01-02 19:25:14 +05302 "//core/store/serializers:onos-core-serializers",
3 "//apps/netflow/api:onos-apps-netflow-api",
4 "@io_netty_netty_common//jar",
5 "@io_netty_netty//jar",
6]
7
8osgi_jar(
senthil7f2018e2023-06-21 22:00:44 +05309 karaf_command_packages = ["org.onosproject.netflow.cli"],
karthik1977bc5ea1e2023-01-02 19:25:14 +053010 deps = COMPILE_DEPS,
11)