Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + [ |
| 2 | "@javax_ws_rs_api//jar", |
| 3 | "//incubator/api:onos-incubator-api", |
| 4 | "//apps/faultmanagement/fmmgr:onos-apps-faultmanagement-fmmgr", |
| 5 | "//utils/rest:onlab-rest", |
| 6 | ] |
| 7 | |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 8 | TEST_DEPS = TEST_ADAPTERS + [ |
| 9 | "@jersey_test_framework_core//jar", |
| 10 | "@jersey_test_framework_jetty//jar", |
| 11 | "//utils/osgi:onlab-osgi-tests", |
| 12 | "//web/api:onos-rest-tests", |
| 13 | "//incubator/api:onos-incubator-api-tests", |
| 14 | ] |
| 15 | |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 16 | osgi_jar_with_tests( |
| 17 | api_description = "REST API for Fault Management", |
| 18 | api_package = "org.onosproject.faultmanagement", |
| 19 | api_title = "Fault Management Rest API", |
| 20 | api_version = "/onos/v1/fm", |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 21 | test_deps = TEST_DEPS, |
Thomas Vachuska | 7d649b5 | 2018-07-10 15:59:59 -0700 | [diff] [blame] | 22 | web_context = "/onos/dhcp", |
| 23 | deps = COMPILE_DEPS, |
| 24 | ) |