Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
7e65ac7e4145372580f58d8116c379dfbb9d1f0f
/
.
/
protocols
/
grpc
/
utils
/
BUILD
blob: 7baaf52ee698852c60246295b37cd1f2def57f07 [
file
] [
log
] [
blame
]
Carmelo Cascone
c2be50a
2019-04-10 00:15:39 -0700
[
diff
] [
blame
]
1
COMPILE_DEPS
=
CORE_DEPS
+
[
2
"//protocols/grpc/api:onos-protocols-grpc-api"
,
3
"@io_grpc_grpc_java//core"
,
4
]
5
6
osgi_jar
(
7
deps
=
COMPILE_DEPS
,
8
)