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( |
Ray Milkey | c9897c8 | 2018-10-01 15:23:04 -0700 | [diff] [blame] | 8 | karaf_command_packages = ["org.onosproject.distributedprimitives.cli"], |
Ray Milkey | 3933295 | 2018-07-16 13:42:51 -0700 | [diff] [blame] | 9 | deps = COMPILE_DEPS, |
| 10 | ) |
| 11 | |
| 12 | onos_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 | ) |