From 934edc711c5a23c297ffeaa694d5e73f0cc5ea89 Mon Sep 17 00:00:00 2001 From: forge-bot Date: Sat, 18 Jul 2026 10:06:02 +0000 Subject: [PATCH] =?UTF-8?q?[framework]=20TxCore=20=E2=86=92=20common-frame?= =?UTF-8?q?work=20(TxContext=C2=B7MessageCodec)=20(ACM-FW-001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- boot/common-framework/pom.xml | 38 +++++++++++++++++++++++++---------- 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/boot/common-framework/pom.xml b/boot/common-framework/pom.xml index 9629ef0..8e4b8a0 100644 --- a/boot/common-framework/pom.xml +++ b/boot/common-framework/pom.xml @@ -1,40 +1,56 @@ + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 com.klaro.acquirecore - acquire-core-boot - 0.0.1-SNAPSHOT - ../pom.xml + acquire-core-migration + 1.0.0-SNAPSHOT common-framework jar + common-framework - TxCore 의 Spring 대체 공통 프레임워크 스타터 (라이브러리 jar) + TxCore migration to Spring Boot - common framework module - org.springframework.boot spring-boot-starter + 3.2.0 + + + com.fasterxml.jackson.core + jackson-databind + 2.15.3 + + + org.springframework.boot + spring-boot-starter-test + 3.2.0 + test - - org.springframework.boot - spring-boot-maven-plugin + org.apache.maven.plugins + maven-compiler-plugin + 3.11.0 - true + 17 + 17 + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.2 + -