blob: 8c521a1fa772a6d202488c78ed6f85a01d553317 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_DEPS = CORE_DEPS + [
2 "@netty_common//jar",
3 "@netty_transport//jar",
4 "@netty_transport_native_epoll//jar",
5 "@netty_buffer//jar",
6 "@netty_codec//jar",
7 "@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)