2026-06-02 15:01:23 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
<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.cmvr</groupId>
|
|
|
|
|
<artifactId>cmvr-iot</artifactId>
|
|
|
|
|
<version>3.8.9</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>cmvr-iot-inspection</artifactId>
|
|
|
|
|
|
|
|
|
|
<description>
|
|
|
|
|
智能巡检模块
|
|
|
|
|
</description>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
<!-- 通用工具-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.cmvr</groupId>
|
|
|
|
|
<artifactId>cmvr-iot-common</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 测试模块-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.cmvr</groupId>
|
|
|
|
|
<artifactId>cmvr-iot-test</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2026-07-23 13:52:37 +08:00
|
|
|
<!-- 复用终端报警监听状态,按 grpc_ip + 事件类型过滤入库 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>com.cmvr</groupId>
|
|
|
|
|
<artifactId>cmvr-iot-device</artifactId>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
2026-06-02 15:01:23 +08:00
|
|
|
</dependencies>
|
|
|
|
|
</project>
|