2026-04-09 21:33:09 +08:00

26 lines
822 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<description>通用业务</description>
<artifactId>rc-common-business</artifactId>
<name>rc-common-business</name>
<packaging>pom</packaging>
<modules>
<module>common-business-core</module>
<module>common-business-dto</module>
<module>common-business-mq</module>
</modules>
<parent>
<artifactId>rc-dependencies</artifactId>
<groupId>com.red.circle</groupId>
<version>${revision}</version>
<relativePath>../rc-dependencies/pom.xml</relativePath>
</parent>
</project>