chore: 新增RabbitMQ依赖

This commit is contained in:
haoxr 2022-12-23 20:55:51 +08:00
parent 1c8de82520
commit 0870b11c3b

View File

@ -136,6 +136,11 @@
<artifactId>common-seata</artifactId>
</dependency>
<dependency>
<groupId>com.youlai</groupId>
<artifactId>common-rabbitmq</artifactId>
</dependency>
</dependencies>
<build>