zhwl/zhwl-ota/pom.xml
2025-07-01 17:54:58 +08:00

36 lines
1.1 KiB
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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.zhwl</groupId>
<artifactId>zhwl</artifactId>
<version>3.8.7</version>
</parent>
<packaging>pom</packaging>
<artifactId>zhwl-ota</artifactId>
<description>ota对接模块</description>
<modules>
<module>zhwl-ota-meituan</module>
<module>zhwl-ota-trip</module>
<module>zhwl-ota-douyin</module>
</modules>
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<dependencies>
<dependency>
<groupId>com.zhwl</groupId>
<artifactId>zhwl-system</artifactId>
</dependency>
</dependencies>
</project>