diff --git a/api-gateway/api-gateway-service/src/main/java/com/iluwatar/api/gateway/ApiGateway.java b/api-gateway/api-gateway-service/src/main/java/com/iluwatar/api/gateway/ApiGateway.java
index 59fbe7ddd4fe..b7ab7b404963 100644
--- a/api-gateway/api-gateway-service/src/main/java/com/iluwatar/api/gateway/ApiGateway.java
+++ b/api-gateway/api-gateway-service/src/main/java/com/iluwatar/api/gateway/ApiGateway.java
@@ -24,7 +24,7 @@
*/
package com.iluwatar.api.gateway;
-import javax.annotation.Resource;
+import jakarta.annotation.Resource;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.RestController;
diff --git a/api-gateway/pom.xml b/api-gateway/pom.xml
index 8270b16a9bc3..d7a9a9a3ba19 100644
--- a/api-gateway/pom.xml
+++ b/api-gateway/pom.xml
@@ -34,6 +34,17 @@
4.0.0
api-gateway
pom
+
+
+
+ org.springframework.boot
+ spring-boot-dependencies
+ pom
+ 3.2.4
+ import
+
+
+
image-microservice
price-microservice