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

This commit is contained in:
forge-bot 2026-07-11 23:24:42 +00:00
parent 35c531bef7
commit df461d2f6c

View file

@ -1,12 +1,16 @@
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<relativePath>../../pom.xml</relativePath> <relativePath>../../pom.xml</relativePath>
<groupId>com.klaro.bais</groupId>
<artifactId>bais-platform</artifactId>
<version>1.0-SNAPSHOT</version>
</parent> </parent>
<artifactId>payments</artifactId> <artifactId>payments</artifactId>
<version>1.0-SNAPSHOT</version>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
@ -14,4 +18,4 @@
<version>3.18.0</version> <version>3.18.0</version>
</dependency> </dependency>
</dependencies> </dependencies>
</project> </project>