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