30 lines
913 B
XML
30 lines
913 B
XML
<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-evaluate</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>
|
|
</dependencies>
|
|
</project>
|