2025-08-21 14:39:54 +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>
|
2026-07-28 16:33:32 +08:00
|
|
|
<version>3.9.2</version>
|
2025-08-21 14:39:54 +08:00
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<artifactId>cmvr-iot-api</artifactId>
|
|
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
<description>三方api调用模块</description>
|
|
|
|
|
<modules>
|
|
|
|
|
<module>cmvr-iot-llm</module>
|
|
|
|
|
<module>cmvr-iot-edge</module>
|
|
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</project>
|