Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 2 | "@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 Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 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 | |
| 15 | TEST_DEPS = TEST + [ |
| 16 | "//core/api:onos-api-tests", |
| 17 | ] |
| 18 | |
| 19 | osgi_jar_with_tests( |
| 20 | test_deps = TEST_DEPS, |
| 21 | deps = COMPILE_DEPS, |
| 22 | ) |