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', |
| 4 | '//lib:netty-common', |
| 5 | '//lib:netty-transport', |
| 6 | '//lib:netty-transport-native-epoll', |
| 7 | '//lib:netty-buffer', |
| 8 | '//lib:netty-codec', |
| 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 | ) |