blob: 6128a5a6b50bee735944abe677d153d45809eac3 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + REST
2
3osgi_jar(
Ray Milkey1f5710b2018-10-10 15:04:45 -07004 karaf_command_packages = ["org.onosproject.election.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -07005 deps = COMPILE_DEPS,
6)
7
8onos_app(
9 category = "Test Utility",
10 description = "Master election test application.",
11 title = "Master Election Test",
12 url = "http://onosproject.org",
13)