From 0eab1dd069f858430fca1933b50a445f589e80f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luffy=20Liu=28=E7=A7=8B=E5=90=8D=E5=B1=B1=E8=BD=A6?= =?UTF-8?q?=E7=A5=9E=29?= Date: Mon, 28 Apr 2025 15:17:48 +0800 Subject: [PATCH] fix(pom): update groupId for movie-service-utils to com.amazonaws.sample to match local install The local installation of movie-service-utils used groupId com.amazonaws.sample, so the dependency declaration in movie-service must match to avoid Maven resolution errors. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bf89a4..f77486e 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ - org.amazonaws.samples + com.amazonaws.sample movie-service-utils 0.1.0