commit | 7a1db1814b6a0eb26eead14b875077c2a771e033 | [log] [tgz] |
---|---|---|
author | Tomek OsiĆski <osinstom@gmail.com> | Sat Feb 03 17:15:06 2018 +0100 |
committer | Andrea Campanella <andrea@opennetworking.org> | Thu Apr 26 08:22:38 2018 +0000 |
tree | fd2d3dacdd61d036106469b883ee7aa9f3174620 | |
parent | 1b083cd542eaf11d4a9293366b06ae5078955d83 [diff] [blame] |
Initial implementation of XMPP Publish/Subscribe Change-Id: I9930056b83004fa7a085f72f63ba973f9ec2d95b
diff --git a/protocols/xmpp/pubsub/api/BUCK b/protocols/xmpp/pubsub/api/BUCK new file mode 100644 index 0000000..d856754 --- /dev/null +++ b/protocols/xmpp/pubsub/api/BUCK
@@ -0,0 +1,9 @@ +COMPILE_DEPS = [ + '//lib:CORE_DEPS', + '//core/api:onos-api', + '//lib:tinder-xmpp', +] + +osgi_jar_with_tests ( + deps = COMPILE_DEPS, +) \ No newline at end of file