chore: 【ops】biz模块添加mq依赖
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user