From 3ae50f0a5187e03b22e3c87bed85661ef46dfd60 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Tue, 14 Jul 2026 04:35:46 +0000 Subject: [PATCH] =?UTF-8?q?=EC=8A=A4=ED=94=84=EB=A7=81=20=EC=A0=84?= =?UTF-8?q?=ED=99=98=20=EA=B3=84=ED=9A=8D=20=EC=88=98=EB=A6=BD=20(iss-cb35?= =?UTF-8?q?afc33813)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- spring-runtime/spring-runtime-core/pom.xml | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 spring-runtime/spring-runtime-core/pom.xml diff --git a/spring-runtime/spring-runtime-core/pom.xml b/spring-runtime/spring-runtime-core/pom.xml new file mode 100644 index 0000000..238bd10 --- /dev/null +++ b/spring-runtime/spring-runtime-core/pom.xml @@ -0,0 +1,39 @@ + + + 4.0.0 + + + com.runtime + spring-runtime + 1.0.0-SNAPSHOT + + + spring-runtime-core + jar + + Spring Runtime Core + 스프링 런타임 공통 코어 모듈 + + + + org.springframework.boot + spring-boot-starter + + + org.springframework.boot + spring-boot-starter-validation + + + org.projectlombok + lombok + true + + + org.springframework.boot + spring-boot-starter-test + test + + +