blob: 422f1be1b640d2c918b01977a9a1cb0aa6af8331 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + CLI
osgi_jar_with_tests(
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",
)