Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + [ |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 2 | "@javax_ws_rs_api//jar", |
| 3 | "//utils/rest:onlab-rest", |
| 4 | "//apps/segmentrouting/app:onos-apps-segmentrouting-app", |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 5 | ] |
| 6 | |
Ray Milkey | 15053f0 | 2018-06-13 10:00:45 -0700 | [diff] [blame] | 7 | osgi_jar_with_tests( |
Ray Milkey | 02a658b | 2018-06-13 08:52:39 -0700 | [diff] [blame] | 8 | deps = COMPILE_DEPS, |
| 9 | #web_context = '/onos/segmentrouting', |
| 10 | #api_title = 'Segment Routing Rest Server', |
| 11 | #api_version = '1.0', |
| 12 | #api_description = 'REST API for Segment Routing Application', |
| 13 | #api_package = 'org.onosproject.segmentrouting.web', |
| 14 | ) |