Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + REST + CLI + [ |
2 | "//core/store/serializers:onos-core-serializers", | ||||
3 | "//apps/imr/app:onos-apps-imr-app", | ||||
4 | ] | ||||
5 | |||||
6 | osgi_jar_with_tests( | ||||
7 | api_description = "REST API for IMR Application", | ||||
8 | api_package = "org.onosproject.imr.rest", | ||||
9 | api_title = "IMR REST API", | ||||
10 | api_version = "1.0", | ||||
11 | web_context = "/onos/v1/imr", | ||||
12 | deps = COMPILE_DEPS, | ||||
13 | ) |