blob: 4d2a0459d52b3f4b28494886304b6091932f3b46 [file] [log] [blame]
Ray Milkey12ae6ca2018-06-11 15:34:30 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + [
Ray Milkey15053f02018-06-13 10:00:45 -07002 "@javax_ws_rs_api//jar",
3 "//utils/rest:onlab-rest",
4 "//apps/mcast/api:onos-apps-mcast-api",
Ray Milkey12ae6ca2018-06-11 15:34:30 -07005]
6
7osgi_jar(
Ray Milkey15053f02018-06-13 10:00:45 -07008 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 Milkey12ae6ca2018-06-11 15:34:30 -070013 deps = COMPILE_DEPS,
Ray Milkey12ae6ca2018-06-11 15:34:30 -070014)