blob: 09ab1c4257f984bd62bddeacf6c1aa4bb1ed0117 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + KRYO + CLI + [
"@javax_ws_rs_api//jar",
"//utils/rest:onlab-rest",
"//core/store/serializers:onos-core-serializers",
]
osgi_jar(
deps = COMPILE_DEPS,
)
onos_app(
app_name = "org.onosproject.distributedprimitives",
category = "Test Utility",
description = "ONOS app to test distributed primitives.",
title = "Distributed Primitives Test",
url = "http://onosproject.org",
)