blob: 3a2fa8743bd8f2d33691ce797699ca94a0fa6955 [file] [log] [blame]
ADARA Networks1fb1eb12016-09-01 12:04:07 -07001COMPILE_DEPS = [
2 '//lib:CORE_DEPS',
3 '//incubator/api:onos-incubator-api',
4 '//lib:guava',
5 '//lib:gson',
6 '//lib:amqp-client',
7]
8
9BUNDLES = [
Thomas Vachuska0e11dcb2017-12-13 16:57:14 -080010 '//lib:gson',
11 '//lib:amqp-client',
12 '//apps/rabbitmq:onos-apps-rabbitmq',
ADARA Networks1fb1eb12016-09-01 12:04:07 -070013]
14
15osgi_jar (
16 deps = COMPILE_DEPS,
17)
18
19onos_app (
Thomas Vachuska0e11dcb2017-12-13 16:57:14 -080020 title = 'Rabbit MQ Integration',
21 category = 'Integration',
ADARA Networks1fb1eb12016-09-01 12:04:07 -070022 url = 'http://onosproject.org',
23 description = 'Rabbit MQ application.',
24 required_apps = [ 'org.onosproject.proxyarp' ],
25 included_bundles = BUNDLES,
26)