Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//core/api:onos-api', | ||||
4 | '//lib:tinder-xmpp', | ||||
Carmelo Cascone | 72893b7 | 2018-08-09 00:59:06 -0700 | [diff] [blame] | 5 | '//lib:io_netty_netty_transport', |
6 | '//lib:io_netty_netty_common', | ||||
Tomek Osiński | e9ccf41 | 2018-01-13 19:44:11 +0100 | [diff] [blame] | 7 | '//lib:org.apache.servicemix.bundles.dom4j', |
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |