chore: iot模块添加、test依赖

This commit is contained in:
lzh
2026-01-06 10:43:25 +08:00
parent 21bd26f220
commit c84d002144

View File

@@ -46,5 +46,19 @@
<groupId>com.viewsh</groupId>
<artifactId>viewsh-spring-boot-starter-biz-tenant</artifactId>
</dependency>
<!-- 依赖IoT模块核心包提供IoT消息总线等基础设施 -->
<dependency>
<groupId>com.viewsh</groupId>
<artifactId>viewsh-module-iot-core</artifactId>
<version>${revision}</version>
</dependency>
<!-- Test 测试相关 -->
<dependency>
<groupId>com.viewsh</groupId>
<artifactId>viewsh-spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
</project>