blob: 74f0972241771d965ee616a96d359a5f00fa7cf1 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@tinder_xmpp//jar",
Carmelo Cascone72893b72018-08-09 00:59:06 -07003 "@io_netty_netty_transport//jar",
4 "@io_netty_netty_common//jar",
Ray Milkey324af932018-06-20 19:50:31 -07005]
6
7osgi_jar_with_tests(
8 deps = COMPILE_DEPS,
9)