commit | 378e21ad336e1a3bb2b674428b996652b142e14c | [log] [tgz] |
---|---|---|
author | Andrea Campanella <andrea@onlab.us> | Wed Jun 07 12:09:59 2017 +0200 |
committer | Andrea Campanella <andrea@onlab.us> | Wed Jun 21 17:18:49 2017 +0000 |
tree | 16873495f6b610d7a9513f605966d1fb70ee4624 | |
parent | 416057415fe4815acda7a51d7bb235aefec8c975 [diff] [blame] |
[ONOS-6465] gRPC Protocol and controller Change-Id: I0ae997f234ce95a78db2db1917f2cbbe3696ccfd
diff --git a/protocols/grpc/api/BUCK b/protocols/grpc/api/BUCK new file mode 100644 index 0000000..66efde3 --- /dev/null +++ b/protocols/grpc/api/BUCK
@@ -0,0 +1,12 @@ +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, +)