blob: fe48d70339bb17e82d04dd4fa25251baf787b26a [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + CLI + KRYO + [
2 "//core/store/serializers:onos-core-serializers",
3]
4
5osgi_jar(
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Test Utility",
11 description = "Test for ONOS Cluster HA",
12 title = "Cluster HA Test",
13 url = "http://onosproject.org",
14)