Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "@tinder_xmpp//jar", | ||||
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 3 | "@io_netty_netty_transport//jar", |
4 | "@io_netty_netty_common//jar", | ||||
Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 5 | ] |
6 | |||||
7 | osgi_jar_with_tests( | ||||
8 | deps = COMPILE_DEPS, | ||||
9 | ) |