blob: fda6c083ce0262cda8cc89e6e46bf52f90da08cb [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
Carmelo Cascone72893b72018-08-09 00:59:06 -07002 "@io_netty_netty_common//jar",
3 "@io_netty_netty_transport//jar",
4 "@io_netty_netty_transport_native_epoll//jar",
5 "@io_netty_netty_buffer//jar",
6 "@io_netty_netty_codec//jar",
Ray Milkey324af932018-06-20 19:50:31 -07007 "@tinder_xmpp//jar",
8 "@stax2_api//jar",
9 "@aalto_xml//jar",
10 "@concurrent_hashmap//jar",
11 "@gnu_idn//jar",
12 "//protocols/xmpp/core/api:onos-protocols-xmpp-core-api",
13]
14
15TEST_DEPS = TEST + [
16 "//core/api:onos-api-tests",
17]
18
19osgi_jar_with_tests(
20 test_deps = TEST_DEPS,
21 deps = COMPILE_DEPS,
22)