BAIS payments 멀티모듈 최소 구현 (1/2) (BAIS-MULTI-1783809014)

This commit is contained in:
forge-bot 2026-07-11 22:33:00 +00:00
parent 679302489d
commit aa99ddf61d

View file

@ -4,14 +4,10 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>com.klaro.bais</groupId>
<artifactId>bais-platform</artifactId>
<version>1.0-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
</parent> </parent>
<artifactId>payments</artifactId> <artifactId>payments</artifactId>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>