blob: e7b77641c89edbc0e9b19732de23ac6f17fde828 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + CLI
osgi_jar_with_tests(
karaf_command_packages = ["org.onosproject.flowanalyzer"],
resources = glob(["src/main/resources/**"]),
resources_root = "src/main/resources",
test_deps = TEST_ADAPTERS,
deps = COMPILE_DEPS,
)
onos_app(
category = "Monitoring",
description = "Simple flow space analyzer.",
title = "Flow Space Analysis",
url = "http://onosproject.org",
)