Ray Milkey | 35ea5bf | 2018-07-17 15:28:44 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + REST + [ |
| 2 | "//core/store/serializers:onos-core-serializers", |
| 3 | ] |
| 4 | |
| 5 | TEST_DEPS = TEST_REST + [ |
| 6 | "//lib:jersey-server", |
| 7 | ] |
| 8 | |
| 9 | osgi_jar_with_tests( |
| 10 | api_description = "REST API for CORD inquiry to ONOS topology", |
| 11 | api_package = "org.onosproject.cordsupport", |
| 12 | api_title = "CORD Support", |
| 13 | api_version = "1.0", |
| 14 | test_deps = TEST_DEPS, |
| 15 | web_context = "/onos/cord-support", |
| 16 | deps = COMPILE_DEPS, |
| 17 | ) |
| 18 | |
| 19 | onos_app( |
| 20 | category = "Integration", |
| 21 | description = "CORD Support application.", |
| 22 | title = "CORD Support", |
| 23 | url = "http://onosproject.org", |
| 24 | ) |