From e28b1b01ea00d53aa59c025b52cf152d1b2c15ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?dhji=28=EC=A7=80=EB=8C=80=ED=95=9C=29?= Date: Thu, 15 Feb 2024 16:59:34 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20api-common=EC=97=90=EC=84=9C=20jpa=20ann?= =?UTF-8?q?otation=20=EB=AA=BB=EC=9D=BD=EC=96=B4=EC=98=A4=EB=8A=94=20?= =?UTF-8?q?=ED=98=84=EC=83=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/api-common/build.gradle | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/api-common/build.gradle b/web/api-common/build.gradle index 9316de8..6709bf2 100644 --- a/web/api-common/build.gradle +++ b/web/api-common/build.gradle @@ -1,7 +1,8 @@ dependencies { - implementation("$boot:spring-boot-starter-web") + implementation "$boot:spring-boot-starter-web" + implementation "$boot:spring-boot-starter-data-jpa" // for paging // implementation("org.springframework.data:spring-data-commons")