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

46 lines
1.2 KiB
XML

<?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">
<modelVersion>4.0.0</modelVersion>
<artifactId>business-rocketmq</artifactId>
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>business-mq-model</artifactId>
</dependency>
<dependency>
<artifactId>common-business-core</artifactId>
<groupId>com.red.circle</groupId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-redis</artifactId>
</dependency>
<dependency>
<groupId>com.red.circle</groupId>
<artifactId>component-mq</artifactId>
</dependency>
<dependency>
<artifactId>rc-tool-core</artifactId>
<groupId>com.red.circle</groupId>
</dependency>
</dependencies>
<parent>
<artifactId>common-business-mq</artifactId>
<groupId>com.red.circle</groupId>
<version>${revision}</version>
<relativePath>./../pom.xml</relativePath>
</parent>
</project>