Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
Ray Milkey | 446f446 | 2017-08-17 15:36:01 -0700 | [diff] [blame] | 3 | '//lib:JACKSON', |
Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 4 | '//incubator/api:onos-incubator-api', |
| 5 | '//utils/rest:onlab-rest', |
| 6 | '//lib:javax.ws.rs-api', |
| 7 | ] |
| 8 | |
| 9 | TEST_DEPS = [ |
| 10 | '//lib:TEST_ADAPTERS', |
| 11 | '//lib:jersey-test-framework-core', |
| 12 | '//lib:jersey-test-framework-jetty', |
| 13 | '//utils/osgi:onlab-osgi-tests', |
| 14 | '//web/api:onos-rest-tests', |
| 15 | '//incubator/api:onos-incubator-api-tests', |
| 16 | ] |
| 17 | |
| 18 | osgi_jar_with_tests ( |
| 19 | deps = COMPILE_DEPS, |
| 20 | test_deps = TEST_DEPS, |
Laszlo Papp | 55cb999 | 2018-03-28 17:39:59 +0100 | [diff] [blame] | 21 | web_context = '/onos/v1/fm', |
| 22 | api_title = 'Fault Management Rest API', |
| 23 | api_version = '1.0', |
| 24 | api_description = 'REST API for Fault Management', |
| 25 | api_package = 'org.onosproject.faultmanagement' |
Ray Milkey | 6a638ba | 2016-04-20 09:52:01 -0700 | [diff] [blame] | 26 | ) |