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