Ray Milkey 47a3d78638 Disable kafka app build for now in Bazel until GRPC is ready
Change-Id: I365525b89b1243e0c9fe12282b8df8e973fc5cbc
2018-08-08 10:50:11 -07:00

22 lines
735 B
Python

# FIXME: Work in progress
COMPILE_DEPS = CORE_DEPS + JACKSON + KRYO + CLI + [
"//apps/kafka-integration/api:onos-apps-kafka-integration-api",
"//core/store/serializers:onos-core-serializers",
"@kafka_clients//jar",
"@protobuf-java-3.2.0//jar",
"//lib:GRPC_1.3",
"//incubator/protobuf/models:onos-incubator-protobuf-models",
"//incubator/protobuf/models:onos-incubator-protobuf-models-proto",
]
#osgi_jar_with_tests (
# deps = COMPILE_DEPS,
# test_deps = TEST_ADAPTERS,
# web_context = "/onos/kafka-integration",
# api_title = "Kafka Integration",
# api_version = "1.0",
# api_description = "REST API for Kafka Integration",
# api_package = "org.onosproject.kafkaintegration.rest",
#)