blob: 9d93d06af0c0f4bdb03dc27e3fc5b1904fe78725 [file] [log] [blame]
Jian Lic7efc1d2018-08-23 16:37:34 +09001COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [
2 "//apps/simplefabric/api:onos-apps-simplefabric-api",
3 "@concurrent_trees//jar",
4]
5
6osgi_jar_with_tests(
7 api_description = "REST API for Simple Fabric",
8 api_package = "org.onosproject.simplefabric.web",
9 api_title = "Simple Fabric API",
10 web_context = "/onos/v1/simplefabric",
11 deps = COMPILE_DEPS,
12)