Andreas Pantelopoulos | 4e6d8b2 | 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', |
Charles Chan | 4e87b3e | 2018-06-19 20:31:57 -0700 | [diff] [blame] | 12 | api_title = 'Segment Routing REST API', |
Andreas Pantelopoulos | 4e6d8b2 | 2018-02-23 10:46:03 -0800 | [diff] [blame] | 13 | api_version = '1.0', |
| 14 | api_description = 'REST API for Segment Routing Application', |
| 15 | api_package = 'org.onosproject.segmentrouting.web', |
| 16 | ) |