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", |
Ray Milkey | 19f2d9b | 2018-10-09 13:23:58 -0700 | [diff] [blame] | 11 | karaf_command_packages = ["org.onosproject.imr.cli"], |
Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 12 | web_context = "/onos/v1/imr", |
| 13 | deps = COMPILE_DEPS, |
| 14 | ) |