mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-16 18:02:05 +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
12 lines
247 B
Python
12 lines
247 B
Python
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//core/api:onos-api',
|
|
'//lib:tinder-xmpp',
|
|
'//lib:netty-transport',
|
|
'//lib:netty-common',
|
|
'//lib:org.apache.servicemix.bundles.dom4j',
|
|
]
|
|
|
|
osgi_jar_with_tests (
|
|
deps = COMPILE_DEPS,
|
|
) |