blob: def2e077078927cc3dff02a7b8ca0642ab30e581 [file] [log] [blame]
Thomas Vachuskafe01f222018-08-06 11:44:22 -07001# FIXME: Work in progress
2
3COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
4 "//apps/kafka-integration/api:onos-apps-kafka-integration-api",
5 "//core/store/serializers:onos-core-serializers",
6 "@kafka_clients//jar",
7 "@protobuf-java-3.2.0//jar",
8 "//lib:GRPC_1.3",
9 "//incubator/protobuf/models:onos-incubator-protobuf-models",
10 "//incubator/protobuf/models:onos-incubator-protobuf-models-proto",
11]
12
13osgi_jar_with_tests (
14 deps = COMPILE_DEPS,
15 test_deps = TEST_ADAPTERS,
16 web_context = "/onos/kafka-integration",
17 api_title = "Kafka Integration",
18 api_version = "1.0",
19 api_description = "REST API for Kafka Integration",
20 api_package = "org.onosproject.kafkaintegration.rest",
21)