blob: 09ab1c4257f984bd62bddeacf6c1aa4bb1ed0117 [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(
8 deps = COMPILE_DEPS,
9)
10
11onos_app(
12 app_name = "org.onosproject.distributedprimitives",
13 category = "Test Utility",
14 description = "ONOS app to test distributed primitives.",
15 title = "Distributed Primitives Test",
16 url = "http://onosproject.org",
17)