diff --git a/user-manager-server/pom.xml b/user-manager-server/pom.xml
index c5dade63948a3df1bc5497aee4157b6bdc30839f..578993752d7ae2fa1307629afb210f00d35c69ad 100644
--- a/user-manager-server/pom.xml
+++ b/user-manager-server/pom.xml
@@ -118,10 +118,6 @@
 			<groupId>io.quarkus</groupId>
 			<artifactId>quarkus-grpc</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>io.quarkus</groupId>
-			<artifactId>quarkus-grpc-api</artifactId>
-		</dependency>
 
 		<!-- Logging -->
 		<dependency>