blob: d711987b5cca1bbdfeb8bf59a816ccc01621ba8e [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
Ray Milkey47a3d782018-08-08 10:50:11 -070013#osgi_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#)