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