blob: d5d9ebf50d9848af31452811bd4bd1ecd587e272 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI
2
3osgi_jar_with_tests(
4 resources = glob(["src/main/resources/**"]),
5 resources_root = "src/main/resources",
6 deps = COMPILE_DEPS,
7)
8
9onos_app(
10 category = "Test Utility",
11 description = "Allows recording and tracking of otherwise ephemeral ONOS core events. " +
12 "It is primarily aimed for supporting various system tests and to assure that expected " +
13 "events are raised and broadcast to applications that have requested them.",
14 title = "Event History",
15 url = "http://onosproject.org",
16)