Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + CLI + REST |
2 | |||||
3 | osgi_jar( | ||||
Ray Milkey | 1f5710b | 2018-10-10 15:04:45 -0700 | [diff] [blame] | 4 | karaf_command_packages = ["org.onosproject.election.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 5 | deps = COMPILE_DEPS, |
6 | ) | ||||
7 | |||||
8 | onos_app( | ||||
9 | category = "Test Utility", | ||||
10 | description = "Master election test application.", | ||||
11 | title = "Master Election Test", | ||||
12 | url = "http://onosproject.org", | ||||
13 | ) |