Tomek OsiĆski | 7a1db18 | 2018-02-03 17:15:06 +0100 | [diff] [blame] | 1 | COMPILE_DEPS = [ |
2 | '//lib:CORE_DEPS', | ||||
3 | '//core/api:onos-api', | ||||
4 | '//lib:tinder-xmpp', | ||||
5 | '//lib:concurrent-hashmap', | ||||
6 | '//lib:gnu-idn', | ||||
7 | '//protocols/xmpp/pubsub/api:onos-protocols-xmpp-pubsub-api', | ||||
8 | '//protocols/xmpp/core/api:onos-protocols-xmpp-core-api', | ||||
9 | ] | ||||
10 | |||||
11 | TEST_DEPS = [ | ||||
12 | '//lib:TEST', | ||||
13 | '//core/api:onos-api-tests', | ||||
14 | ] | ||||
15 | |||||
16 | osgi_jar_with_tests ( | ||||
17 | deps = COMPILE_DEPS, | ||||
18 | test_deps = TEST_DEPS, | ||||
19 | ) |