Gitiles
Code Review
Sign In
gerrit.onosproject.org
/
onos
/
f45552d34a73122114ce2d31bd2be61c134033bf
/
.
/
protocols
/
grpc
/
api
/
BUCK
blob: e0dad7499d0dfc3d469d5fbcdc8449bd0e324dbe [
file
] [
log
] [
blame
]
GRPC_VER
=
'1.3.1'
COMPILE_DEPS
=
[
'//lib:CORE_DEPS'
,
'//incubator/grpc-dependencies:grpc-core-repkg-'
+
GRPC_VER
,
'//lib:grpc-stub-'
+
GRPC_VER
,
]
osgi_jar
(
deps
=
COMPILE_DEPS
,
)