Files
iot/iot-analysis/analysis-stat/pom.xml
2023-07-19 11:37:41 +08:00

29 lines
908 B
XML

<?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>
<artifactId>iot-analysis</artifactId>
<groupId>com.njcn</groupId>
<version>1.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>analysis-stat</artifactId>
<packaging>pom</packaging>
<version>1.0.0</version>
<modules>
<module>stat-api</module>
<module>stat-boot</module>
</modules>
<name>analysis-stat</name>
<description>物解析-统计数据解析模块</description>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
</properties>
</project>