blob: bf6864cd116dbd165816e56fff7f89da94be491c [file] [log] [blame]
Andreas Pantelopoulos71284622018-02-23 10:46:03 -08001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//lib:JACKSON',
4 '//lib:javax.ws.rs-api',
5 '//utils/rest:onlab-rest',
6 '//apps/segmentrouting/app:onos-apps-segmentrouting-app',
7]
8
9osgi_jar_with_tests (
10 deps = COMPILE_DEPS,
11 web_context = '/onos/segmentrouting',
12 api_title = 'Segment Routing Rest Server',
13 api_version = '1.0',
14 api_description = 'REST API for Segment Routing Application',
15 api_package = 'org.onosproject.segmentrouting.web',
16)