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