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

add grpc-census dependency

parent d3f79668
No related branches found
No related tags found
1 merge request!2OZG-6710 Update common-lib
......@@ -31,7 +31,7 @@
<parent>
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-bayernid-proxy</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<relativePath>../</relativePath>
</parent>
......@@ -57,8 +57,8 @@
<artifactId>spring-boot-starter</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
......@@ -96,7 +96,10 @@
<groupId>io.grpc</groupId>
<artifactId>grpc-inprocess</artifactId>
</dependency>
<dependency>
<groupId>io.grpc</groupId>
<artifactId>grpc-census</artifactId>
</dependency>
<!-- aspectJ -->
<dependency>
<groupId>org.aspectj</groupId>
......
......@@ -36,7 +36,7 @@
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>bayernid-proxy-interface</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<name>OZG-Cloud BayernID Proxy Interface</name>
<description>Interface (gRPC) for BayernID Proxy Service</description>
......
......@@ -37,7 +37,7 @@
<groupId>de.ozgcloud.nachrichten</groupId>
<artifactId>nachrichten-bayernid-proxy</artifactId>
<version>0.7.0</version>
<version>0.7.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>OZG-Cloud BayernID Proxy</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment