blob: 9706438690f6e3e1602f407a37a740d89378de11 [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',
Charles Chan8d316332018-06-19 20:31:57 -070012 api_title = 'Segment Routing REST API',
Andreas Pantelopoulos71284622018-02-23 10:46:03 -080013 api_version = '1.0',
14 api_description = 'REST API for Segment Routing Application',
15 api_package = 'org.onosproject.segmentrouting.web',
16)