Jian Li | c7efc1d | 2018-08-23 16:37:34 +0900 | [diff] [blame^] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + CLI + REST + [ |
2 | "//apps/simplefabric/api:onos-apps-simplefabric-api", | ||||
3 | "@concurrent_trees//jar", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_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 | ) |