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