imt/imt-server/imt-module-data/pom.xml

26 lines
855 B
XML
Raw Normal View History

2024-08-28 08:45:26 +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">
<parent>
<groupId>com.inspur</groupId>
<artifactId>imt</artifactId>
<version>${revision}</version>
</parent>
<modules>
<module>imt-module-data-api</module>
<module>imt-module-data-biz</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>imt-module-data</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
data 模块,主要提供两块能力:
1. influxdb配置、influxdb客户端
2. 传感器数据接口
</description>
</project>