blob: 4cf8eaadee2911c8a86b7fbc080b6ed5d085b1b3 [file] [log] [blame]
Thomas Vachuskafe01f222018-08-06 11:44:22 -07001COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
2 "//apps/kafka-integration/api:onos-apps-kafka-integration-api",
3 "//core/store/serializers:onos-core-serializers",
4 "@kafka_clients//jar",
adibrastegarniac02358a2018-11-06 18:02:00 -05005 "@javax_ws_rs_api//jar",
6 "//utils/rest:onlab-rest",
Carmelo Casconec0b23a42019-04-25 13:50:54 -07007 "//lib:com_google_protobuf_protobuf_java",
Thomas Vachuska52f2cd12018-11-08 21:20:04 -08008 "//core/protobuf/models:onos-core-protobuf-models",
9 "//core/protobuf/models/proto:onos-core-protobuf-models-proto",
Thomas Vachuskafe01f222018-08-06 11:44:22 -070010]
11
adibrastegarniac02358a2018-11-06 18:02:00 -050012osgi_jar_with_tests(
13 api_description = "REST API for Kafka Integration",
14 api_package = "org.onosproject.kafkaintegration.rest",
15 api_title = "Kafka Integration",
16 api_version = "1.0",
17 test_deps = TEST_ADAPTERS,
18 web_context = "/onos/kafka-integration",
19 deps = COMPILE_DEPS,
20)