Creating a registry for gRPC services, early version restarts on each modification of the set of services.
Change-Id: Icf1c0cabef2d718cf3728c90cdf30855d54e65df
diff --git a/lib/BUCK b/lib/BUCK
index ce7e0a6..77dc5bf 100644
--- a/lib/BUCK
+++ b/lib/BUCK
@@ -1,4 +1,4 @@
-# ***** This file was auto-generated at Thu, 24 Aug 2017 21:35:03 GMT. Do not edit this file manually. *****
+# ***** This file was auto-generated at Fri, 25 Aug 2017 00:23:12 GMT. Do not edit this file manually. *****
# ***** Use onos-lib-gen *****
pass_thru_pom(
@@ -910,6 +910,42 @@
)
remote_jar (
+ name = 'catalyst-concurrent',
+ out = 'catalyst-concurrent-1.2.0.jar',
+ url = 'mvn:io.atomix.catalyst:catalyst-concurrent:jar:1.2.0',
+ sha1 = 'ba91527a1c0a68c8f46cc591ef0dded3d2d0c298',
+ maven_coords = 'io.atomix.catalyst:catalyst-concurrent:1.2.0',
+ visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
+ name = 'catalyst-netty',
+ out = 'catalyst-netty-1.2.0.jar',
+ url = 'mvn:io.atomix.catalyst:catalyst-netty:jar:1.2.0',
+ sha1 = 'abb694b6fe835eb66d30ae6979ec0f7e4ac2e738',
+ maven_coords = 'io.atomix.catalyst:catalyst-netty:1.2.0',
+ visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
+ name = 'catalyst-transport',
+ out = 'catalyst-transport-1.2.0.jar',
+ url = 'mvn:io.atomix.catalyst:catalyst-transport:jar:1.2.0',
+ sha1 = '1469017e168a5e611fa4c251273184a763e0cd7f',
+ maven_coords = 'io.atomix.catalyst:catalyst-transport:1.2.0',
+ visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
+ name = 'grpc-core',
+ out = 'grpc-core-1.2.0.jar',
+ url = 'mvn:io.grpc:grpc-core:jar:1.2.0',
+ sha1 = 'f12a213e2b59a0615df2cc9bed35dc15fd2fee37',
+ maven_coords = 'io.grpc:grpc-core:jar:NON-OSGI:1.2.0',
+ visibility = [ 'PUBLIC' ],
+)
+
+remote_jar (
name = 'objenesis',
out = 'objenesis-2.2.jar',
url = 'mvn:org.objenesis:objenesis:jar:2.2',