Ray Milkey | 324af93 | 2018-06-20 19:50:31 -0700 | [diff] [blame] | 1 | COMPILE_DEPS = CORE_DEPS + [ |
2 | "@tinder_xmpp//jar", | ||||
3 | "@concurrent_hashmap//jar", | ||||
4 | "@gnu_idn//jar", | ||||
5 | "//protocols/xmpp/pubsub/api:onos-protocols-xmpp-pubsub-api", | ||||
6 | "//protocols/xmpp/core/api:onos-protocols-xmpp-core-api", | ||||
7 | ] | ||||
8 | |||||
9 | TEST_DEPS = TEST + [ | ||||
10 | "//core/api:onos-api-tests", | ||||
11 | ] | ||||
12 | |||||
13 | osgi_jar_with_tests( | ||||
14 | test_deps = TEST_DEPS, | ||||
15 | deps = COMPILE_DEPS, | ||||
16 | ) |