Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI |
2 | |||||
3 | osgi_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 | |||||
10 | onos_app( | ||||
11 | category = "Monitoring", | ||||
12 | description = "Simple flow space analyzer.", | ||||
13 | title = "Flow Space Analysis", | ||||
14 | url = "http://onosproject.org", | ||||
15 | ) |