mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-15 17:31:31 +02:00
The advantage is that we don't have to carry over the driver all required gRPC and P4Runtime bundles. Each module is now responsible for bringing in its own runtime dependencies. Change-Id: Icb1365e68d486f12fb1e25dc5d3937f42e3e1c62
10 lines
164 B
Python
10 lines
164 B
Python
GRPC_VER = '1.3.0'
|
|
|
|
COMPILE_DEPS = [
|
|
'//lib:CORE_DEPS',
|
|
'//incubator/grpc-dependencies:grpc-core-repkg-' + GRPC_VER,
|
|
]
|
|
|
|
osgi_jar(
|
|
deps = COMPILE_DEPS,
|
|
) |