Tomek Osiński 7a1db1814b Initial implementation of XMPP Publish/Subscribe
Change-Id: I9930056b83004fa7a085f72f63ba973f9ec2d95b
2018-04-26 08:22:38 +00:00

9 lines
143 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//core/api:onos-api',
'//lib:tinder-xmpp',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)