commit | 2d69ca1c88b3b86800aac0a453be33838ff39c1c | [log] [tgz] |
---|---|---|
author | Aaron Kruglikov <aaron@onlab.us> | Wed May 03 14:13:53 2017 -0700 |
committer | Aaron Kruglikov <aaron@onlab.us> | Thu Aug 24 17:23:32 2017 -0700 |
tree | d0001ef4676dc292e012801b67651c3c37da0f68 | |
parent | 8ca75a2598dd5d3eae94e00cf0778337744e0cc5 [diff] [blame] |
Creating a registry for gRPC services, early version restarts on each modification of the set of services. Change-Id: Icf1c0cabef2d718cf3728c90cdf30855d54e65df
diff --git a/incubator/api/BUCK b/incubator/api/BUCK index eb7b036..c606814 100644 --- a/incubator/api/BUCK +++ b/incubator/api/BUCK
@@ -1,6 +1,7 @@ COMPILE_DEPS = [ '//lib:CORE_DEPS', '//lib:JACKSON', + '//lib:grpc-core' ] TEST_DEPS = [