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

OZG-5217 fix dependencies

parent 8c96ca46
No related branches found
No related tags found
No related merge requests found
...@@ -52,8 +52,8 @@ ...@@ -52,8 +52,8 @@
<grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version> <grpc.spring-boot-starter.version>5.0.0</grpc.spring-boot-starter.version>
<net.devh.grpc.spring-boot-server-starter.version>3.0.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version> <net.devh.grpc.spring-boot-server-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-server-starter.version>
<net.devh.grpc.spring-boot-client-starter.version>3.0.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version> <net.devh.grpc.spring-boot-client-starter.version>2.14.0.RELEASE</net.devh.grpc.spring-boot-client-starter.version>
<grpc.version>1.59.0</grpc.version> <grpc.version>1.59.0</grpc.version>
...@@ -203,6 +203,11 @@ ...@@ -203,6 +203,11 @@
<artifactId>grpc-protobuf</artifactId> <artifactId>grpc-protobuf</artifactId>
<version>${grpc.version}</version> <version>${grpc.version}</version>
</dependency> </dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-inprocess</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