blob: 490ea9485295a91f9c79eaa9c8ff399f77314604 [file] [log] [blame]
Ray Milkey7dac7da2017-08-01 16:56:05 -07001PROTOBUF_VER = '3_2_0'
2
3COMPILE_DEPS = CORE_DEPS + [
4 #'//protocols/p4runtime/proto:onos-protocols-p4runtime-proto',
5 #'@grpc_protobuf_' + PROTOBUF_VER + "//jar",
6]
7
8#osgi_jar_with_tests (
9# deps = COMPILE_DEPS,
10#)