mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
State machine handled by XmppSession interface, most of tests implemented XmppDeviceFactory re-designed, tests updated pom and BUCK files updated Change-Id: I4c6955e091169c945415084cbb000c61b474c0fc
25 lines
569 B
Python
25 lines
569 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//protocols/xmpp/core/api:onos-protocols-xmpp-core-api',
|
|
'//lib:netty-common',
|
|
'//lib:netty-transport',
|
|
'//lib:netty-transport-native-epoll',
|
|
'//lib:netty-buffer',
|
|
'//lib:netty-codec',
|
|
'//lib:org.apache.servicemix.bundles.dom4j',
|
|
'//lib:tinder-xmpp',
|
|
'//lib:stax2-api',
|
|
'//lib:aalto-xml',
|
|
'//lib:concurrent-hashmap',
|
|
'//lib:gnu-idn',
|
|
]
|
|
|
|
TEST_DEPS = [
|
|
'//lib:TEST',
|
|
'//core/api:onos-api-tests',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
test_deps = TEST_DEPS,
|
|
) |