Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | "@javax_ws_rs_api//jar", |
| 3 | "//utils/rest:onlab-rest", |
| 4 | "//apps/mcast/api:onos-apps-mcast-api", |
Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 5 | ] |
| 6 | |
| 7 | osgi_jar( |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 8 | api_description = "REST API for Multicast", |
| 9 | api_package = "org.onosproject.mcast.web", |
| 10 | api_title = "Multicast API", |
| 11 | api_version = "1.0", |
| 12 | web_context = "/onos/mcast", |
Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
Ray Milkey | 12ae6ca | 2018-06-11 15:34:30 -0700 | [diff] [blame] | 14 | ) |