diff --git a/bayernid-proxy-impl/pom.xml b/bayernid-proxy-impl/pom.xml index 533b866ee9606f456a40c5f2b9be3048bbc94652..2f0c4a6db17c17717691a45f8598b9f3ac0abea2 100644 --- a/bayernid-proxy-impl/pom.xml +++ b/bayernid-proxy-impl/pom.xml @@ -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> diff --git a/bayernid-proxy-interface/pom.xml b/bayernid-proxy-interface/pom.xml index 36d2da33d2adc44133fb11502ca1736890356ff1..bbdaf180b6520d41a163138c882c0dae58330cd7 100644 --- a/bayernid-proxy-interface/pom.xml +++ b/bayernid-proxy-interface/pom.xml @@ -30,7 +30,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-dependencies</artifactId> - <version>4.4.0</version> + <version>4.5.0-SNAPSHOT</version> <relativePath/> </parent> diff --git a/pom.xml b/pom.xml index f5667063b353233e2b22329ecf0beddb2bca2466..88cb5b3c2d1880325d01db68a8a8456815f71146 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ <parent> <groupId>de.ozgcloud.common</groupId> <artifactId>ozgcloud-common-parent</artifactId> - <version>4.4.0</version> + <version>4.5.0-SNAPSHOT</version> <relativePath/> </parent>