diaccio | 6f2d2f7 | 2021-11-12 17:28:03 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + JACKSON + REST + KRYO + [ |
| 2 | "@jersey_client//jar", |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 3 | "//core/store/serializers:onos-core-serializers", |
| 4 | ] |
| 5 | |
| 6 | osgi_jar_with_tests( |
diaccio | 6f2d2f7 | 2021-11-12 17:28:03 +0100 | [diff] [blame] | 7 | api_description = "REST API for Int", |
| 8 | api_package = "org.onosproject.inbandtelemetry.rest", |
| 9 | api_title = "INT REST", |
| 10 | api_version = "1.0", |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 11 | test_deps = TEST_ADAPTERS, |
diaccio | 6f2d2f7 | 2021-11-12 17:28:03 +0100 | [diff] [blame] | 12 | web_context = "/onos/int", |
Ray Milkey | a4f8d9d | 2018-07-11 10:36:23 -0700 | [diff] [blame] | 13 | deps = COMPILE_DEPS, |
| 14 | ) |