Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
3bee54277c108253f2933d3a24c8a6a13954bc6f
/
.
/
protocols
/
xmpp
/
pubsub
/
api
/
BUCK
blob: d8567540d237e3ba7298dfaad86b2cdf97e20d57 [
file
] [
log
] [
blame
]
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
]
6
7
osgi_jar_with_tests
(
8
deps
=
COMPILE_DEPS
,
9
)