diff --git a/backend/api-gateway/pom.xml b/backend/api-gateway/pom.xml index 9bc17361c..1195fec30 100644 --- a/backend/api-gateway/pom.xml +++ b/backend/api-gateway/pom.xml @@ -37,17 +37,33 @@ spring-ai-starter-mcp-server-webmvc org.springframework.ai + + org.springframework.boot + spring-boot-starter-logging + org.springframework.cloud spring-cloud-starter-gateway + + + org.springframework.boot + spring-boot-starter-logging + + org.springframework.boot spring-boot-starter-security + + + org.springframework.boot + spring-boot-starter-logging + + @@ -66,6 +82,10 @@ org.springframework.boot spring-boot-starter-web + + org.springframework.boot + spring-boot-starter-logging + @@ -108,6 +128,12 @@ org.springframework.boot spring-boot-starter-test test + + + org.springframework.boot + spring-boot-starter-logging + + org.mockito