blob: 4c2098325006fdb8d4c1c79b69529a18e08c1532 [file] [log] [blame]
diaccio6f2d2f72021-11-12 17:28:03 +01001COMPILE_DEPS = CORE_DEPS + JACKSON + REST + KRYO + [
2 "@jersey_client//jar",
Ray Milkeya4f8d9d2018-07-11 10:36:23 -07003 "//core/store/serializers:onos-core-serializers",
4]
5
6osgi_jar_with_tests(
diaccio6f2d2f72021-11-12 17:28:03 +01007 api_description = "REST API for Int",
8 api_package = "org.onosproject.inbandtelemetry.rest",
9 api_title = "INT REST",
10 api_version = "1.0",
Ray Milkeya4f8d9d2018-07-11 10:36:23 -070011 test_deps = TEST_ADAPTERS,
diaccio6f2d2f72021-11-12 17:28:03 +010012 web_context = "/onos/int",
Ray Milkeya4f8d9d2018-07-11 10:36:23 -070013 deps = COMPILE_DEPS,
14)