ADARA Networks 1fb1eb1cf5 RabbitMQ Integration - Updates changeset 11110 - Review comments incorporated
Change-Id: I0bfd7838b87d55769165b21dc735e1ba4468b611
2016-09-07 20:39:27 +00:00

25 lines
483 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//incubator/api:onos-incubator-api',
'//lib:guava',
'//lib:gson',
'//lib:amqp-client',
]
BUNDLES = [
'//apps/rabbitmq:onos-apps-rabbitmq',
]
osgi_jar (
deps = COMPILE_DEPS,
)
onos_app (
title = 'Rabbit MQ APP',
category = 'Traffic Steering',
url = 'http://onosproject.org',
description = 'Rabbit MQ application.',
required_apps = [ 'org.onosproject.proxyarp' ],
included_bundles = BUNDLES,
)