Skip to content
Snippets Groups Projects
Commit db0f89f5 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-6710 add grpc dependency

parent 7f5ca5b1
No related branches found
No related tags found
No related merge requests found
...@@ -208,6 +208,11 @@ ...@@ -208,6 +208,11 @@
<artifactId>grpc-inprocess</artifactId> <artifactId>grpc-inprocess</artifactId>
<version>${grpc.version}</version> <version>${grpc.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-census</artifactId>
<version>${grpc.version}</version>
</dependency>
<!-- protobuf --> <!-- protobuf -->
<dependency> <dependency>
<groupId>com.google.protobuf</groupId> <groupId>com.google.protobuf</groupId>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment