blob: 29d19f1a40ddddcc268eaf7890cd9ece2b7e7934 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@tinder_xmpp//jar",
3 "@netty_transport//jar",
4 "@netty_common//jar",
5]
6
7osgi_jar_with_tests(
8 deps = COMPILE_DEPS,
9)