blob: 025e053a57b8df3b5f16e2c95db2cdb214e3da35 [file] [log] [blame]
Ray Milkey39332952018-07-16 13:42:51 -07001COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
2 "@javax_ws_rs_api//jar",
3 "//utils/rest:onlab-rest",
4 "//core/store/serializers:onos-core-serializers",
5]
6
7osgi_jar(
Ray Milkeyc9897c82018-10-01 15:23:04 -07008 karaf_command_packages = ["org.onosproject.distributedprimitives.cli"],
Ray Milkey39332952018-07-16 13:42:51 -07009 deps = COMPILE_DEPS,
10)
11
12onos_app(
13 app_name = "org.onosproject.distributedprimitives",
14 category = "Test Utility",
15 description = "ONOS app to test distributed primitives.",
16 title = "Distributed Primitives Test",
17 url = "http://onosproject.org",
18)