From e0b325fea85c1d95535fbada9a84ee78ee420977 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Fri, 10 Jul 2026 15:41:17 +0000 Subject: [PATCH] =?UTF-8?q?Spring=20Boot=20=EC=B5=9C=EC=86=8C=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20=EB=8B=A8=EC=9C=84=20=EA=B5=AC=ED=98=84=20(BAIS-NAT?= =?UTF-8?q?IVE-1783698057)?= 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..664b084 --- /dev/null +++ b/pom.xml @@ -0,0 +1,42 @@ + + 4.0.0 + + com.example + bais-gate-e2e + 1.0.0 + jar + + + org.springframework.boot + spring-boot-starter-parent + 2.7.5 + + + + + 17 + + + + + org.springframework.boot + spring-boot-starter-web + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + + \ No newline at end of file