Andreas Pantelopoulos | 7128462 | 2018-02-23 10:46:03 -0800 | [diff] [blame] | 1 | COMPILE_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 | |
| 9 | osgi_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 | ) |