From b6c8bd0b3e2908dad9e19e7ee266a6a9010b2117 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Mon, 13 Jul 2026 10:33:05 +0000 Subject: [PATCH] =?UTF-8?q?=EA=B3=84=EC=A0=95/=EC=A0=95=EC=82=B0=20?= =?UTF-8?q?=EC=97=85=EB=AC=B4=20=EA=B7=9C=EC=B9=99=EA=B3=BC=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20=EB=B6=88=EB=B3=80=EC=8B=9D=20=EC=B6=94=EC=B6=9C=20?= =?UTF-8?q?(codex-bais-final3-20260713-192718-BAIS-SPRING-ANA-ACCOUNT-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- account-migration/pom.xml | 77 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 77 insertions(+) create mode 100644 account-migration/pom.xml diff --git a/account-migration/pom.xml b/account-migration/pom.xml new file mode 100644 index 0000000..672126b --- /dev/null +++ b/account-migration/pom.xml @@ -0,0 +1,77 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.5 + + + + com.payman + account-migration + 1.0.0-SNAPSHOT + jar + + account-migration + Account Migration Module - Transaction Semantics + + + 17 + 17 + 17 + UTF-8 + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-data-redis + + + jakarta.persistence + jakarta.persistence-api + 3.1.0 + + + jakarta.validation + jakarta.validation-api + 3.0.2 + + + com.h2database + h2 + test + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.5 + + + +