From c1f38320cac83b4774675bf54fdd9e58a5713e53 Mon Sep 17 00:00:00 2001 From: SUH SAECHAN Date: Mon, 23 Feb 2026 14:13:52 +0900 Subject: [PATCH] =?UTF-8?q?=ED=8F=B4=EB=8D=94=20CRUD=20=EB=B0=8F=20?= =?UTF-8?q?=ED=8F=B4=EB=8D=94-=EC=9E=A5=EC=86=8C=20=EA=B4=80=EB=A6=AC=20AP?= =?UTF-8?q?I=20=EA=B5=AC=ED=98=84=20=ED=95=84=EC=9A=94=20:=20fix=20:=20MS-?= =?UTF-8?q?Auth=20=EB=AA=A8=EB=93=88=EC=97=90=20MS-Place=20=EC=9D=98?= =?UTF-8?q?=EC=A1=B4=EC=84=B1=20=EC=B6=94=EA=B0=80=20(=EB=B9=8C=EB=93=9C?= =?UTF-8?q?=20=EC=97=90=EB=9F=AC=20=EC=88=98=EC=A0=95)=20https://github.co?= =?UTF-8?q?m/MapSee-Lab/MapSy-BE/issues/26?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit AuthService에서 FolderService(MS-Place)를 사용하므로 MS-Auth build.gradle에 MS-Place 의존성 추가 Co-Authored-By: Claude Opus 4.6 --- MS-Auth/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/MS-Auth/build.gradle b/MS-Auth/build.gradle index 502570f..1dd0ec0 100644 --- a/MS-Auth/build.gradle +++ b/MS-Auth/build.gradle @@ -16,4 +16,5 @@ jar { dependencies { api project(':MS-Common') api project(':MS-Member') + api project(':MS-Place') }