blob: 1b868ca97d1489b3fef8c29a3172e81444b312a0 [file] [log] [blame]
Ray Milkey324af932018-06-20 19:50:31 -07001COMPILE_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
9TEST_DEPS = TEST + [
10 "//core/api:onos-api-tests",
11]
12
13osgi_jar_with_tests(
14 test_deps = TEST_DEPS,
15 deps = COMPILE_DEPS,
16)