blob: 990169b29b1b7bd9a5e31fde50d8014acf4b8156 [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",
Ray Milkey19f2d9b2018-10-09 13:23:58 -070011 karaf_command_packages = ["org.onosproject.imr.cli"],
Ray Milkey35ea5bf2018-07-17 15:28:44 -070012 web_context = "/onos/v1/imr",
13 deps = COMPILE_DEPS,
14)