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', | ||||
5 | '//lib:netty-transport', | ||||
6 | '//lib:netty-common', | ||||
7 | '//lib:org.apache.servicemix.bundles.dom4j', | ||||
8 | ] | ||||
9 | |||||
10 | osgi_jar_with_tests ( | ||||
11 | deps = COMPILE_DEPS, | ||||
12 | ) |