From 0294bea5748b87c8d79e1582d86b097c50987cc1 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Fri, 10 Jul 2026 18:02:26 +0000 Subject: [PATCH] =?UTF-8?q?PaymentService=20=EC=A0=95=EC=B1=85=20=EA=B8=B0?= =?UTF-8?q?=EB=B0=98=20=EC=A0=84=ED=99=98=20(BAIS-POLICY-1783705261)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1d4db07 --- /dev/null +++ b/pom.xml @@ -0,0 +1,39 @@ + + 4.0.0 + com.example.baispolicy + bais-policy + 1.0-SNAPSHOT + jar + + + org.springframework.boot + spring-boot-starter-parent + 3.5.14 + + + + + 17 + + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + +