blob: a08f18cba3e204c1692f5cde319ac6131913aa53 [file] [log] [blame]
Ray Milkey35ea5bf2018-07-17 15:28:44 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + REST + CLI + [
2 "//core/store/serializers:onos-core-serializers",
3 "//apps/imr/app:onos-apps-imr-app",
4]
5
6osgi_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)