From 998ddac65ea0cf7aa14946d5eb3df684e5cf9b11 Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Mon, 28 Oct 2024 06:53:51 +0100 Subject: [PATCH] OZG-6867 remove duplicated dependency declaration from pom --- pom.xml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pom.xml b/pom.xml index ccb8de3b..915ccea3 100644 --- a/pom.xml +++ b/pom.xml @@ -89,10 +89,6 @@ <artifactId>spring-boot-configuration-processor</artifactId> <optional>true</optional> </dependency> - <dependency> - <groupId>net.devh</groupId> - <artifactId>grpc-client-spring-boot-starter</artifactId> - </dependency> <!-- ShedLock --> <dependency> -- GitLab