blob: a0552572cf44a8072e64a54866791996c84d607b [file] [log] [blame]
Tomek OsiƄskie9ccf412018-01-13 19:44:11 +01001COMPILE_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
17TEST_DEPS = [
18 '//lib:TEST',
19 '//core/api:onos-api-tests',
20]
21
22osgi_jar_with_tests (
23 deps = COMPILE_DEPS,
24 test_deps = TEST_DEPS,
25)