Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 1 | COMPILE_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 | |||||
7 | osgi_jar( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) | ||||
10 | |||||
11 | onos_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 | ) |