xys-FTA/yudao-module-fta/pom.xml

31 lines
1013 B
XML
Raw Normal View History

2024-04-28 08:52:18 +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>cn.iocoder.boot</groupId>
<artifactId>yudao</artifactId>
<version>${revision}</version>
</parent>
<artifactId>yudao-module-fta</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
fta模块主要实现自贸区功能。
</description>
<modules>
<module>yudao-module-fta-api</module>
<module>yudao-module-fta-biz</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>
</project>