diff --git a/.forge/iss-9d4b58af86c6-attempt-1.md b/.forge/iss-9d4b58af86c6-attempt-1.md deleted file mode 100644 index 76f396e..0000000 --- a/.forge/iss-9d4b58af86c6-attempt-1.md +++ /dev/null @@ -1,3 +0,0 @@ -# iss-9d4b58af86c6-attempt-1 - -Forge 이슈 작업 브랜치 `forge/iss-9d4b58af86c6-attempt-1`. diff --git a/pom.xml b/pom.xml index b1d087b..d025c7b 100644 --- a/pom.xml +++ b/pom.xml @@ -1,16 +1,22 @@ - + + 4.0.0 + org.springframework.boot spring-boot-starter-parent 3.5.14 - bais-context-1783821073 + + com.klaro.bais + bais-platform 1.0-SNAPSHOT - - 17 - - - - + pom + + + services/payments + + \ No newline at end of file diff --git a/services/payments/pom.xml b/services/payments/pom.xml index 1cc72b6..f4d20af 100644 --- a/services/payments/pom.xml +++ b/services/payments/pom.xml @@ -1,18 +1,29 @@ - + + 4.0.0 + - org.springframework.boot - spring-boot-starter-parent - 3.5.14 + com.klaro.bais + bais-platform + 1.0-SNAPSHOT + ../../pom.xml + payments - 1.0-SNAPSHOT org.apache.commons commons-lang3 3.18.0 - + + org.springframework.boot + spring-boot-starter-test + 3.5.14 + test + + \ No newline at end of file