Restructuring netflow protocol
Changed netflow structure from
//apps/netflow to //apps/ipflow-monitor/netflow
Change-Id: I11722b2c68105137306755e890da0dd8ba7245df
diff --git a/apps/ipflow-monitor/netflow/app/BUILD b/apps/ipflow-monitor/netflow/app/BUILD
new file mode 100644
index 0000000..0e6c0ee
--- /dev/null
+++ b/apps/ipflow-monitor/netflow/app/BUILD
@@ -0,0 +1,11 @@
+COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
+ "//core/store/serializers:onos-core-serializers",
+ "//apps/ipflow-monitor/netflow/api:onos-apps-ipflow-monitor-netflow-api",
+ "@io_netty_netty_common//jar",
+ "@io_netty_netty//jar",
+]
+
+osgi_jar(
+ karaf_command_packages = ["org.onosproject.netflow.cli"],
+ deps = COMPILE_DEPS,
+)