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

OZG-5219 OZG-5251 Add dependency to grpc-inprocess

parent 6adc9351
Branches
Tags
No related merge requests found
......@@ -66,6 +66,10 @@
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-inprocess</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-actuator</artifactId>
......
......@@ -56,6 +56,9 @@
<!-- TODO: die Version über ozgcloud-common ziehen -->
<jjwt.version>0.11.5</jjwt.version>
<!-- TODO: must be in synch with ozgcloud-common -->
<grpc.version>1.59.0</grpc.version>
</properties>
<build>
......@@ -144,10 +147,12 @@
<version>${jjwt.version}</version>
<scope>runtime</scope>
</dependency>
<!-- TODO: remove when available in dependency management in ozgcloud-common -->
<dependency>
<groupId>net.devh</groupId>
<artifactId>grpc-client-spring-boot-starter</artifactId>
<version>2.15.0.RELEASE</version>
<groupId>io.grpc</groupId>
<artifactId>grpc-inprocess</artifactId>
<version>${grpc.version}</version>
</dependency>
</dependencies>
</dependencyManagement>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment