chore: 【ops】biz模块添加mq依赖

This commit is contained in:
lzh
2026-01-08 14:31:55 +08:00
parent 1f889b65bf
commit 6ae9aea548

View File

@@ -47,13 +47,20 @@
<artifactId>viewsh-spring-boot-starter-biz-tenant</artifactId>
</dependency>
<!-- 依赖IoT模块核心包提供IoT消息总线等基础设施 -->
<!-- 依赖 IoT API 模块获取设备消息类、RPC 接口和枚举 -->
<dependency>
<groupId>com.viewsh</groupId>
<artifactId>viewsh-module-iot-core</artifactId>
<artifactId>viewsh-module-iot-api</artifactId>
<version>${revision}</version>
</dependency>
<!-- MQ 相关 -->
<dependency>
<groupId>com.viewsh</groupId>
<artifactId>viewsh-spring-boot-starter-mq</artifactId>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>com.viewsh</groupId>