Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
| 2 | "@javax_ws_rs_api//jar", |
| 3 | "//utils/rest:onlab-rest", |
| 4 | "//apps/mappingmanagement/api:onos-apps-mappingmanagement-api", |
| 5 | ] |
| 6 | |
| 7 | TEST_DEPS = TEST_REST + [ |
| 8 | "@minimal_json//jar", |
| 9 | "//web/api:onos-rest-tests", |
| 10 | ] |
| 11 | |
| 12 | osgi_jar_with_tests( |
| 13 | api_description = "REST API for ONOS Mapping Management", |
| 14 | api_package = "org.onosproject.mapping.web.api", |
| 15 | api_title = "Mapping Management API", |
| 16 | api_version = "1.0", |
| 17 | test_deps = TEST_DEPS, |
| 18 | web_context = "/onos/mappingmanagement", |
| 19 | deps = COMPILE_DEPS, |
| 20 | ) |