blob: e7b77641c89edbc0e9b19732de23ac6f17fde828 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI
2
3osgi_jar_with_tests(
Ray Milkey29c962c2018-10-03 13:45:29 -07004 karaf_command_packages = ["org.onosproject.flowanalyzer"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07005 resources = glob(["src/main/resources/**"]),
6 resources_root = "src/main/resources",
7 test_deps = TEST_ADAPTERS,
8 deps = COMPILE_DEPS,
9)
10
11onos_app(
12 category = "Monitoring",
13 description = "Simple flow space analyzer.",
14 title = "Flow Space Analysis",
15 url = "http://onosproject.org",
16)