mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-17 10:21:52 +02:00
22 lines
735 B
Python
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",
|
|
#)
|