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 + -