diff --git a/account-migration/pom.xml b/account-migration/pom.xml new file mode 100644 index 0000000..672126b --- /dev/null +++ b/account-migration/pom.xml @@ -0,0 +1,77 @@ + + + 4.0.0 + + + org.springframework.boot + spring-boot-starter-parent + 3.2.5 + + + + com.payman + account-migration + 1.0.0-SNAPSHOT + jar + + account-migration + Account Migration Module - Transaction Semantics + + + 17 + 17 + 17 + UTF-8 + + + + + org.springframework.boot + spring-boot-starter-data-jpa + + + org.springframework.boot + spring-boot-starter-validation + + + org.springframework.boot + spring-boot-starter-data-redis + + + jakarta.persistence + jakarta.persistence-api + 3.1.0 + + + jakarta.validation + jakarta.validation-api + 3.0.2 + + + com.h2database + h2 + test + + + org.springframework.boot + spring-boot-starter-test + test + + + + + + + org.springframework.boot + spring-boot-maven-plugin + + + org.apache.maven.plugins + maven-surefire-plugin + 3.2.5 + + + +