Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
| 2 | '//lib:CORE_DEPS', |
| 3 | '//protocols/xmpp/core/api:onos-protocols-xmpp-core-api', |
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 4 | '//lib:io_netty_netty_common', |
| 5 | '//lib:io_netty_netty_transport', |
| 6 | '//lib:io_netty_netty_transport-native-epoll', |
| 7 | '//lib:io_netty_netty_buffer', |
| 8 | '//lib:io_netty_netty_codec', |
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 9 | '//lib:org.apache.servicemix.bundles.dom4j', |
| 10 | '//lib:tinder-xmpp', |
| 11 | '//lib:stax2-api', |
| 12 | '//lib:aalto-xml', |
| 13 | '//lib:concurrent-hashmap', |
| 14 | '//lib:gnu-idn', |
| 15 | ] |
| 16 | |
| 17 | TEST_DEPS = [ |
| 18 | '//lib:TEST', |
| 19 | '//core/api:onos-api-tests', |
| 20 | ] |
| 21 | |
| 22 | osgi_jar_with_tests ( |
| 23 | deps = COMPILE_DEPS, |
| 24 | test_deps = TEST_DEPS, |
| 25 | ) |