2026-06-26 04:41:54 +08:00
|
|
|
<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>
|
|
|
|
|
<parent><groupId>com.njcn</groupId><artifactId>mq-starter</artifactId><version>1.0.0-SNAPSHOT</version></parent>
|
|
|
|
|
<artifactId>mq-spring-boot-starter</artifactId>
|
2026-06-26 05:30:28 +08:00
|
|
|
<dependencies>
|
|
|
|
|
<dependency><groupId>com.njcn</groupId><artifactId>mq-starter-core</artifactId><version>1.0.0-SNAPSHOT</version></dependency>
|
2026-07-10 11:58:40 +08:00
|
|
|
<dependency><groupId>com.njcn</groupId><artifactId>mq-starter-idempotent-redis</artifactId><version>1.0.0-SNAPSHOT</version></dependency>
|
2026-06-26 05:30:28 +08:00
|
|
|
<dependency><groupId>com.njcn</groupId><artifactId>mq-starter-rocketmq</artifactId><version>1.0.0-SNAPSHOT</version></dependency>
|
|
|
|
|
<dependency><groupId>com.njcn</groupId><artifactId>mq-starter-redis-stream</artifactId><version>1.0.0-SNAPSHOT</version></dependency>
|
|
|
|
|
</dependencies>
|
2026-06-26 04:41:54 +08:00
|
|
|
</project>
|