From c3979ec080199392cf812beb83b509206541d7cb Mon Sep 17 00:00:00 2001 From: forge-bot Date: Sat, 11 Jul 2026 22:26:14 +0000 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=203.5.14=20=EA=B2=B0=EC=A0=9C=20?= =?UTF-8?q?=EC=84=9C=EB=B9=84=EC=8A=A4=20=EC=B5=9C=EC=86=8C=20=EA=B5=AC?= =?UTF-8?q?=ED=98=84=20(BAIS-REVIEW-1783808744)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 pom.xml diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..1da23fc --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + + 4.0.0 + + com.klaro.bais + payment-service + 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 + + + + \ No newline at end of file