blob: 69f8c083634ff7106ae8b55111307d4fcad2b89a [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 = [
10 '//apps/rabbitmq:onos-apps-rabbitmq',
11]
12
13osgi_jar (
14 deps = COMPILE_DEPS,
15)
16
17onos_app (
18 title = 'Rabbit MQ APP',
19 category = 'Traffic Steering',
20 url = 'http://onosproject.org',
21 description = 'Rabbit MQ application.',
22 required_apps = [ 'org.onosproject.proxyarp' ],
23 included_bundles = BUNDLES,
24)