Andrea Campanella 378e21ad33 [ONOS-6465] gRPC Protocol and controller
Change-Id: I0ae997f234ce95a78db2db1917f2cbbe3696ccfd
2017-06-21 17:18:49 +00:00

13 lines
242 B
Python

COMPILE_DEPS = [
'//lib:CORE_DEPS',
'//lib:grpc-core-1.3.0',
'//lib:grpc-protobuf-1.3.0',
'//lib:grpc-stub-1.3.0',
'//lib:grpc-netty-1.3.0',
'//lib:grpc-auth-1.3.0',
]
osgi_jar_with_tests (
deps = COMPILE_DEPS,
)