blob: 9d93d06af0c0f4bdb03dc27e3fc5b1904fe78725 [file] [log] [blame]
COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [
"//apps/simplefabric/api:onos-apps-simplefabric-api",
"@concurrent_trees//jar",
]
osgi_jar_with_tests(
api_description = "REST API for Simple Fabric",
api_package = "org.onosproject.simplefabric.web",
api_title = "Simple Fabric API",
web_context = "/onos/v1/simplefabric",
deps = COMPILE_DEPS,
)