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